Skip to content

Commit

Permalink
Version bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed May 20, 2012
1 parent 2665f99 commit 9ae45c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/octokit/version.rb
@@ -1,3 +1,3 @@
module Octokit
VERSION = "1.2.0".freeze unless defined?(Octokit::VERSION)
VERSION = "1.2.1" unless defined?(Octokit::VERSION)
end
6 changes: 3 additions & 3 deletions octokit.gemspec
Expand Up @@ -15,15 +15,15 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'webmock'
gem.add_development_dependency 'yard'
gem.authors = ["Wynn Netherland", "Adam Stacoviak", "Erik Michaels-Ober"]
gem.description = %q{Simple wrapper for the GitHub API (v2 and v3)}
gem.description = %q{Simple wrapper for the GitHub v3 API}
gem.email = ['wynn.netherland@gmail.com', 'adam@stacoviak.com', 'sferik@gmail.com']
gem.files = `git ls-files`.split("\n")
gem.homepage = 'https://github.com/pengwynn/octokit'
gem.name = 'octokit'
gem.platform = Gem::Platform::RUBY
gem.require_paths = ['lib']
gem.required_rubygems_version = Gem::Requirement.new('>= 1.3.6')
gem.summary = %q{Wrapper for the GitHub API}
gem.summary = gem.description
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.version = Octokit::VERSION.dup
gem.version = Octokit::VERSION
end

0 comments on commit 9ae45c5

Please sign in to comment.