Skip to content

Commit

Permalink
Merge pull request #14 from krypt/v.0.0.2
Browse files Browse the repository at this point in the history
Enforce RSpec2 for now, prepare release.
  • Loading branch information
emboss committed Jun 22, 2014
2 parents 3445fdd + ab8e133 commit 5adf641
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group :development do
end

group :test do
gem 'rspec'
gem 'rspec', '~> 2.99.0'
end

gemspec
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Fast binary IO for Ruby.

=== License

Copyright (c) 2012-2013 Martin Boßlet. Distributed under the MIT License. See LICENSE for further details.
Copyright (c) 2012-2014 Martin Boßlet. Distributed under the MIT License. See LICENSE for further details.

6 changes: 5 additions & 1 deletion binyo.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
$:.unshift File.expand_path('../lib', __FILE__)

require 'binyo/version'

Gem::Specification.new do |s|

s.name = 'binyo'
s.version = '0.0.2.rc1'
s.version = Binyo::VERSION

s.author = 'Martin Bosslet'
s.email = 'Martin.Bosslet@gmail.com'
Expand Down
3 changes: 3 additions & 0 deletions lib/binyo/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module Binyo
VERSION = '0.0.3'
end

0 comments on commit 5adf641

Please sign in to comment.