spontaneous.gemspec in spontaneous-0.2.0.alpha5 vs spontaneous.gemspec in spontaneous-0.2.0.alpha6
- old
+ new
@@ -12,12 +12,12 @@
## 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 = 'spontaneous'
- s.version = '0.2.0.alpha5'
- s.date = '2012-10-16'
+ s.version = '0.2.0.alpha6'
+ s.date = '2012-10-17'
s.rubyforge_project = 'spontaneous'
## Make sure your summary is short. The description may be as long
## as you like.
s.summary = "Spontaneous is a next-generation Ruby CMS"
@@ -47,10 +47,11 @@
s.extra_rdoc_files = %w[README 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('activesupport', ["~> 3.2.0"])
+ s.add_dependency('i18n', ["~> 0.6.0"]) # this is an undeclared activesupport dependency
s.add_dependency('base58', ["~> 0.1.0"])
s.add_dependency('bundler', ["> 1.0.15"])
s.add_dependency('coffee-script', ["~> 2.2.0"])
s.add_dependency('cutaneous', ["~> 0.1.3"])
s.add_dependency('erubis', ["~> 2.6"])
@@ -735,15 +736,17 @@
test/fixtures/user_manager/config/user_levels.yml
test/functional/test_application.rb
test/functional/test_back.rb
test/functional/test_front.rb
test/functional/test_user_manager.rb
+ test/integration/test_installation.rb
test/javascript/env.js
test/javascript/test_dom.rb
test/javascript/test_markdown.rb
test/support/custom_matchers.rb
test/support/timing.rb
test/test_helper.rb
+ test/test_integration_helper.rb
test/test_javascript.rb
test/ui/test_page_editing.rb
test/ui_helper.rb
test/unit/test_alias.rb
test/unit/test_asset_bundler.rb