Skip to content

Commit

Permalink
Version bump to 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshi Nakamura committed May 21, 2012
1 parent bc3cbf2 commit 747d6ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -64,7 +64,7 @@ begin
load File.dirname(__FILE__) + "/lib/shared/jopenssl/version.rb"
p.version = Jopenssl::Version::VERSION
p.rubyforge_name = "jruby-extras"
p.url = "https://github.com/jruby/jruby-ossl"
p.urls = ["https://github.com/jruby/jruby-ossl"]
p.author = "Ola Bini and JRuby contributors"
p.email = "ola.bini@gmail.com"
p.summary = "OpenSSL add-on for JRuby"
Expand Down
8 changes: 4 additions & 4 deletions jruby-openssl.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = "jruby-openssl"
s.version = "0.7.7.dev"
s.version = "0.7.7"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ola Bini and JRuby contributors"]
s.date = "2012-04-30"
s.date = "2012-05-21"
s.description = "JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library."
s.email = "ola.bini@gmail.com"
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt", "License.txt"]
Expand All @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--main", "README.txt"]
s.require_paths = ["lib/shared"]
s.rubyforge_project = "jruby-extras"
s.rubygems_version = "1.8.24"
s.rubygems_version = "1.8.15"
s.summary = "OpenSSL add-on for JRuby"
s.test_files = ["test/test_all.rb"]

Expand Down
2 changes: 1 addition & 1 deletion lib/shared/jopenssl/version.rb
@@ -1,5 +1,5 @@
module Jopenssl
module Version
VERSION = "0.7.7.dev"
VERSION = "0.7.7"
end
end

0 comments on commit 747d6ef

Please sign in to comment.