-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from benSlaughter/V1.0.2
Updated code to use Hashie:Mash and updated specs to reflect.
- Loading branch information
Showing
5 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ source "http://rubygems.org" | |
|
||
gem 'coveralls', require: false | ||
gem 'rspec' | ||
gem 'hashie' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Gem::Specification.new do |spec| | ||
spec.name = 'allotment' | ||
spec.version = '1.0.1' | ||
spec.version = '1.0.2' | ||
|
||
spec.author = 'Ben Slaughter' | ||
spec.email = '[email protected]' | ||
spec.homepage = 'http://benslaughter.github.io/allotment/' | ||
|
||
spec.summary = 'Performance recording' | ||
spec.description = 'A gem for recording performance and timings of blocks or from point to point' | ||
spec.description = 'A gem for recording performance and timings of blocks, procs or from point to point' | ||
spec.require_path = 'lib' | ||
spec.files = Dir['lib/**/*.rb'] | ||
spec.test_files = Dir['spec/**/*.rb'] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters