Use inflector from rubygems mbj-inflector
This commit is contained in:
parent
26508fd66f
commit
3b615bdf38
2 changed files with 1 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -2,7 +2,5 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem 'inflector', :git => 'https://github.com/mbj/inflector.git'
|
|
||||||
|
|
||||||
gem 'devtools', :git => 'https://github.com/mbj/devtools.git'
|
gem 'devtools', :git => 'https://github.com/mbj/devtools.git'
|
||||||
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))
|
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))
|
||||||
|
|
|
@ -20,6 +20,7 @@ Gem::Specification.new do |gem|
|
||||||
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')
|
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')
|
||||||
gem.add_runtime_dependency('backports', '~> 2.6')
|
gem.add_runtime_dependency('backports', '~> 2.6')
|
||||||
gem.add_runtime_dependency('adamantium', '~> 0.0.3')
|
gem.add_runtime_dependency('adamantium', '~> 0.0.3')
|
||||||
|
gem.add_runtime_dependency('mbj-inflector', '~> 0.0.1')
|
||||||
gem.add_runtime_dependency('equalizer', '~> 0.0.1')
|
gem.add_runtime_dependency('equalizer', '~> 0.0.1')
|
||||||
gem.add_runtime_dependency('abstract_type', '~> 0.0.2')
|
gem.add_runtime_dependency('abstract_type', '~> 0.0.2')
|
||||||
gem.add_runtime_dependency('diff-lcs', '~> 1.1.3')
|
gem.add_runtime_dependency('diff-lcs', '~> 1.1.3')
|
||||||
|
|
Loading…
Add table
Reference in a new issue