Skip to content

Commit

Permalink
Merge pull request #31 from github/one-dot-oh-dot-oh
Browse files Browse the repository at this point in the history
1.0.0
  • Loading branch information
Jesse Toth committed Feb 3, 2016
2 parents 8127352 + ccafeea commit a9c1b97
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 60 deletions.
54 changes: 0 additions & 54 deletions CLA.md

This file was deleted.

3 changes: 0 additions & 3 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion lib/scientist/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Scientist
VERSION = "0.0.4"
VERSION = "1.0.0"
end
4 changes: 2 additions & 2 deletions scientist.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |gem|
gem.name = "scientist"
gem.description = "A Ruby library for carefully refactoring critical paths"
gem.version = Scientist::VERSION
gem.authors = ["John Barnette", "Rick Bradley"]
gem.email = ["[email protected]", "[email protected]"]
gem.authors = ["GitHub Open Source", "John Barnette", "Rick Bradley", "Jesse Toth", "Nathan Witmer"]
gem.email = ["[email protected]", "[email protected]", "rick@rickbradley.com", "[email protected]","zerowidth@github.com"]
gem.summary = "Carefully test, measure, and track refactored code."
gem.homepage = "https://github.com/github/scientist"
gem.license = "MIT"
Expand Down

0 comments on commit a9c1b97

Please sign in to comment.