mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
added Gemfile for easy installation of all
dependencies
This commit is contained in:
11
Gemfile
Normal file
11
Gemfile
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
source 'http://rubygems.org/'
|
||||||
|
|
||||||
|
gem 'activesupport', '>= 2.3.0'
|
||||||
|
gem 'json', '>= 1.0.0'
|
||||||
|
gem 'redis', '>= 2.0.0'
|
||||||
|
gem 'time_ext', '>= 0.2.6'
|
||||||
|
|
||||||
|
group :development do
|
||||||
|
gem 'rspec', '>= 2.0.1'
|
||||||
|
gem 'yard', '>= 0.6.1'
|
||||||
|
end
|
||||||
29
Gemfile.lock
Normal file
29
Gemfile.lock
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
GEM
|
||||||
|
remote: http://rubygems.org/
|
||||||
|
specs:
|
||||||
|
activesupport (3.0.3)
|
||||||
|
diff-lcs (1.1.2)
|
||||||
|
json (1.4.6)
|
||||||
|
redis (2.1.1)
|
||||||
|
rspec (2.1.0)
|
||||||
|
rspec-core (~> 2.1.0)
|
||||||
|
rspec-expectations (~> 2.1.0)
|
||||||
|
rspec-mocks (~> 2.1.0)
|
||||||
|
rspec-core (2.1.0)
|
||||||
|
rspec-expectations (2.1.0)
|
||||||
|
diff-lcs (~> 1.1.2)
|
||||||
|
rspec-mocks (2.1.0)
|
||||||
|
time_ext (0.2.6)
|
||||||
|
activesupport (>= 2.3.0)
|
||||||
|
yard (0.6.3)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
ruby
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
activesupport (>= 2.3.0)
|
||||||
|
json (>= 1.0.0)
|
||||||
|
redis (>= 2.0.0)
|
||||||
|
rspec (>= 2.0.1)
|
||||||
|
time_ext (>= 0.2.6)
|
||||||
|
yard (>= 0.6.1)
|
||||||
Reference in New Issue
Block a user