Skip to content

Commit

Permalink
2.4 strain for carzy monkey patches
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Apr 11, 2013
1 parent 5c6ff60 commit 1674d1e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 24 deletions.
36 changes: 19 additions & 17 deletions Gemfile.lock
@@ -1,33 +1,34 @@
PATH
remote: .
specs:
arturo (0.2.3.7)
arturo (0.2.4)
rails (~> 2.3.8)

GEM
remote: http://rubygems.org/
specs:
actionmailer (2.3.14)
actionpack (= 2.3.14)
actionpack (2.3.14)
activesupport (= 2.3.14)
actionmailer (2.3.18)
actionpack (= 2.3.18)
actionpack (2.3.18)
activesupport (= 2.3.18)
rack (~> 1.1.0)
activerecord (2.3.14)
activesupport (= 2.3.14)
activeresource (2.3.14)
activesupport (= 2.3.14)
activesupport (2.3.14)
activerecord (2.3.18)
activesupport (= 2.3.18)
activeresource (2.3.18)
activesupport (= 2.3.18)
activesupport (2.3.18)
bump (0.4.0)
factory_girl (1.3.3)
metaclass (0.0.1)
mocha (0.10.0)
metaclass (~> 0.0.1)
rack (1.1.2)
rails (2.3.14)
actionmailer (= 2.3.14)
actionpack (= 2.3.14)
activerecord (= 2.3.14)
activeresource (= 2.3.14)
activesupport (= 2.3.14)
rack (1.1.6)
rails (2.3.18)
actionmailer (= 2.3.18)
actionpack (= 2.3.18)
activerecord (= 2.3.18)
activeresource (= 2.3.18)
activesupport (= 2.3.18)
rake (>= 0.8.3)
rake (0.9.2.2)
redgreen (1.2.2)
Expand All @@ -41,6 +42,7 @@ PLATFORMS

DEPENDENCIES
arturo!
bump
factory_girl (~> 1.3)
mocha
rake
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
@@ -1,5 +1,5 @@
require 'rubygems'
require 'rake'
require 'bundler/setup'
require 'bump/tasks'

require 'rake/testtask'
Rake::TestTask.new(:test) do |t|
Expand Down
7 changes: 2 additions & 5 deletions arturo.gemspec
Expand Up @@ -3,22 +3,19 @@
# the principles of semantic versioning. Ah well, another day
# another battle.
Gem::Specification.new do |gem|
gem.version = '0.2.3.7'
gem.version = '0.2.4'
gem.name = 'arturo'
gem.files = Dir["lib/**/*", "app/**/*", "config/**/*", "rails/*"] + %w(README.md HISTORY.md)
gem.summary = "Feature sliders, wrapped up in an engine"
gem.description = "Deploy features incrementally to your users"
gem.email = "james.a.rosen@gmail.com"
gem.homepage = "http://github.com/jamesarosen/arturo"
gem.authors = ["James A. Rosen"]
gem.test_files = []
gem.require_paths = [".", "lib"]
gem.has_rdoc = 'false'
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
gem.specification_version = 2
gem.add_runtime_dependency 'rails', '~> 2.3.8'
gem.add_development_dependency 'mocha'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'bump'
gem.add_development_dependency 'redgreen', '~> 1.2'
gem.add_development_dependency 'sqlite3-ruby', '~> 1.3'
gem.add_development_dependency 'factory_girl', '~> 1.3'
Expand Down

0 comments on commit 1674d1e

Please sign in to comment.