Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Feb 25, 2014
1 parent 828eb62 commit 814b451
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.1.0 / 2014-02-25
==================
* Updated to wapiti 1.5.0

0.0.5 / 2011-09-06
==================
* Added UTF-8 encoding to native result strings for Ruby 1.9
Expand All @@ -10,4 +14,4 @@

0.0.2 / 2011-09-01
==================
* Initial release
* Initial release
4 changes: 2 additions & 2 deletions lib/wapiti/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wapiti
VERSION = '0.0.5'.freeze
end
VERSION = '0.1.0'.freeze
end
10 changes: 9 additions & 1 deletion wapiti.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,16 @@ Gem::Specification.new do |s|
s.add_development_dependency('rake-compiler', '~>0.7')
s.add_development_dependency('rspec', '~>2.6')

s.files = `git ls-files`.split("\n")
s.files = `git ls-files`.split("\n") - %w{
vendor/wapiti
.coveralls.yml
.travis.yml
.gitmodules
.gitignore
}

s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

s.executables = []
s.require_path = 'lib'

Expand Down

0 comments on commit 814b451

Please sign in to comment.