Skip to content

Commit

Permalink
Update gemspec for edge.
Browse files Browse the repository at this point in the history
  • Loading branch information
robyurkowski committed Mar 30, 2012
1 parent a8371a0 commit f341a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions refinerycms-imajax.gemspec
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.name = 'refinerycms-imajax' s.name = 'refinerycms-imajax'
s.version = '2.0.0' s.version = '2.1.0.dev'
s.description = 'Replacing default bulk image uploading with an Ajaxy, one by one, upload method to prevent timeouts' s.description = 'Replacing default bulk image uploading with an Ajaxy, one by one, upload method to prevent timeouts'
s.authors = ["Jean-Philippe Boily | @jipiboily"] s.authors = ["Jean-Philippe Boily | @jipiboily"]
s.email = ["j@jipi.ca"] s.email = ["j@jipi.ca"]
Expand All @@ -14,10 +14,10 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,lib}/**/*"] + ["README.md"] s.files = Dir["{app,config,lib}/**/*"] + ["README.md"]


# Runtime dependencies # Runtime dependencies
s.add_dependency 'refinerycms-core', '~> 2.0.0' s.add_dependency 'refinerycms-core', '~> 2.1.0.dev'


# Development dependencies (usually used for testing) # Development dependencies (usually used for testing)
s.add_development_dependency 'refinerycms-testing', '~> 2.0.0' s.add_development_dependency 'refinerycms-testing', '~> 2.1.0.dev'


# s.add_development_dependency 'fog' # s.add_development_dependency 'fog'
end end

0 comments on commit f341a87

Please sign in to comment.