Skip to content

Commit

Permalink
Tune up repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Apr 8, 2013
1 parent 2a309f5 commit 1940f60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
1.9.3-p362
1.9.3-p392
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,3 +1,3 @@
source :rubygems
source 'https://rubygems.org'

gemspec
4 changes: 2 additions & 2 deletions fauxhai.gemspec
Expand Up @@ -2,9 +2,9 @@ lib = File.expand_path('../lib', __FILE__)
$:.unshift(lib) unless $:.include?(lib)

Gem::Specification.new do |gem|
gem.version = '0.1.1'
gem.version = '1.0.0.rc1'
gem.authors = ['Seth Vargo']
gem.email = ['svargo@customink.com']
gem.email = ['sethvargo@gmail.com']
gem.description = %q{Easily mock out ohai data}
gem.summary = %q{Fauxhai provides an easy way to mock out your ohai data for testing with chefspec!}
gem.homepage = 'https://github.com/customink/fauxhai'
Expand Down

0 comments on commit 1940f60

Please sign in to comment.