Skip to content

Commit

Permalink
Enforce RSpec2 for now, prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
emboss committed Jun 22, 2014
1 parent 3445fdd commit ab8e133
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
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
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
@@ -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
@@ -0,0 +1,3 @@
module Binyo
VERSION = '0.0.3'
end

0 comments on commit ab8e133

Please sign in to comment.