Skip to content

Commit

Permalink
few fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asceth committed Feb 5, 2011
1 parent 63a11c2 commit aeea492
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Gemfile
@@ -1,6 +1,3 @@
source :rubygems

group :development do
gem 'rspec'
gem 'rr'
end
gemspec
3 changes: 2 additions & 1 deletion bbcoder.gemspec
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_bundler_dependencies
s.add_development_dependency 'rspec'
s.add_development_dependency 'rr'
end

2 changes: 1 addition & 1 deletion lib/bbcoder/version.rb
@@ -1,3 +1,3 @@
module BBCoder
class BBCoder
VERSION = "0.1.0"
end

0 comments on commit aeea492

Please sign in to comment.