Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# A sample Gemfile
source "http://rubygems.org"

gem 'hoe'
gem 'rdoc'
gem 'hoe', '>= 3.16.0'
gem 'rdoc', '>= 6.3.1'
gem 'domainatrix'

group :test do
gem 'rspec'
gem 'simplecov'
gem 'simplecov', '>= 0.12.0'
gem 'one_hundred_percent_coverage'
end
39 changes: 22 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.4.0)
addressable (2.8.3)
public_suffix (>= 2.0.2, < 6.0)
diff-lcs (1.2.5)
docile (1.1.5)
docile (1.4.0)
domainatrix (0.0.11)
addressable
hoe (3.14.2)
rake (>= 0.8, < 11.0)
json (1.8.3)
hoe (4.0.2)
rake (>= 0.8, < 15.0)
one_hundred_percent_coverage (0.0.2)
simplecov (>= 0.3.7)
rake (10.5.0)
rdoc (4.2.2)
json (~> 1.4)
psych (5.1.0)
stringio
public_suffix (5.0.1)
rake (13.0.6)
rdoc (6.5.0)
psych (>= 4.0.0)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
Expand All @@ -27,22 +30,24 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
simplecov (0.11.2)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
stringio (3.0.5)

PLATFORMS
ruby

DEPENDENCIES
domainatrix
hoe
hoe (>= 3.16.0)
one_hundred_percent_coverage
rdoc
rdoc (>= 6.3.1)
rspec
simplecov
simplecov (>= 0.12.0)

BUNDLED WITH
1.11.2
1.17.3