Skip to content

Commit

Permalink
Merge pull request #23 from Confusion/master
Browse files Browse the repository at this point in the history
Fix for issue #21
  • Loading branch information
Franklin Webber committed Dec 3, 2012
2 parents 30b5fee + 433daa0 commit df40b76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/happymapper.rb
Expand Up @@ -7,8 +7,6 @@ class XmlContent; end

module HappyMapper

VERSION = "0.5.6"

DEFAULT_NS = "happymapper"

def self.included(base)
Expand Down
3 changes: 3 additions & 0 deletions lib/version.rb
@@ -0,0 +1,3 @@
module HappyMapper
VERSION = "0.5.6"
end
2 changes: 1 addition & 1 deletion nokogiri-happymapper.gemspec
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/lib/happymapper'
require File.dirname(__FILE__) + '/lib/version'

module HappyMapper
def self.show_version_changes(version)
Expand Down

0 comments on commit df40b76

Please sign in to comment.