mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-19 07:29:54 +02:00
Merge branch 'master' of github.com:plashchynski/crono
This commit is contained in:
@@ -2,16 +2,12 @@ PATH
|
|||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
crono (0.8.9)
|
crono (0.8.9)
|
||||||
activejob (~> 4.0)
|
|
||||||
activerecord (~> 4.0)
|
activerecord (~> 4.0)
|
||||||
activesupport (~> 4.0)
|
activesupport (~> 4.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activejob (4.2.1)
|
|
||||||
activesupport (= 4.2.1)
|
|
||||||
globalid (>= 0.3.0)
|
|
||||||
activemodel (4.2.1)
|
activemodel (4.2.1)
|
||||||
activesupport (= 4.2.1)
|
activesupport (= 4.2.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
@@ -31,13 +27,11 @@ GEM
|
|||||||
columnize (= 0.9.0)
|
columnize (= 0.9.0)
|
||||||
columnize (0.9.0)
|
columnize (0.9.0)
|
||||||
diff-lcs (1.2.5)
|
diff-lcs (1.2.5)
|
||||||
globalid (0.3.5)
|
|
||||||
activesupport (>= 4.1.0)
|
|
||||||
haml (4.0.6)
|
haml (4.0.6)
|
||||||
tilt
|
tilt
|
||||||
i18n (0.7.0)
|
i18n (0.7.0)
|
||||||
json (1.8.2)
|
json (1.8.2)
|
||||||
minitest (5.5.1)
|
minitest (5.6.1)
|
||||||
rack (1.6.0)
|
rack (1.6.0)
|
||||||
rack-protection (1.5.3)
|
rack-protection (1.5.3)
|
||||||
rack
|
rack
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ Gem::Specification.new do |spec|
|
|||||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||||
spec.require_paths = ['lib']
|
spec.require_paths = ['lib']
|
||||||
|
|
||||||
spec.add_runtime_dependency 'activejob', '~> 4.0'
|
|
||||||
spec.add_runtime_dependency 'activesupport', '~> 4.0'
|
spec.add_runtime_dependency 'activesupport', '~> 4.0'
|
||||||
spec.add_runtime_dependency 'activerecord', '~> 4.0'
|
spec.add_runtime_dependency 'activerecord', '~> 4.0'
|
||||||
spec.add_development_dependency 'rake', '~> 10.0'
|
spec.add_development_dependency 'rake', '~> 10.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user