Skip to content

Commit

Permalink
Merge branch 'state-domains'
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Sep 18, 2014
2 parents 4d89d3e + 3d8f3cd commit 758a81d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions gman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,7 @@ Gem::Specification.new do |s|
"lib/gman.rb",
"lib/domains.txt",
"lib/gman/version.rb",
"script/build",
"script/release",
"bin/gman_filter",
"gman.gemspec",
"test/helper.rb",
"test/test_gman.rb",
"Rakefile",
".gitignore"
"bin/gman_filter"
]

s.executables << "gman_filter"
Expand Down
2 changes: 1 addition & 1 deletion lib/gman/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Gman
VERSION = '3.1.1'
VERSION = '4.0.0'
end

0 comments on commit 758a81d

Please sign in to comment.