flickvimeo.gemspec in flickvimeo-1.0.1 vs flickvimeo.gemspec in flickvimeo-1.0.2
- old
+ new
@@ -11,11 +11,11 @@
## Leave these as is they will be modified for you by the rake gemspec task.
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'flickvimeo'
- s.version = '1.0.1'
+ s.version = '1.0.2'
s.date = '2011-01-02'
# s.rubyforge_project = 'flickvimeo'
## Make sure your summary is short. The description may be as long
## as you like.
@@ -42,10 +42,10 @@
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[README.md LICENSE]
## List your runtime dependencies here. Runtime dependencies are those
## that are needed for an end user to actually USE your code.
- s.add_dependency('yajl-ruby', '~> 0.7.8')
+ s.add_dependency('nokogiri', '~> 1.4.3')
## List your development dependencies here. Development dependencies are
## those that are only needed during development
# s.add_development_dependency('DEVDEPNAME', [">= 1.1.0", "< 2.0.0"])