versionify 0.1.05 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Versionify
2
- VERSION = "0.1.05"
2
+ VERSION = "0.2.0"
3
3
  end
data/lib/versionify.rb CHANGED
@@ -1,3 +1,5 @@
1
+ Dir["#{File.dirname __FILE__}/versionify/*.rb"].each {|file| require "#{file}" }
2
+
1
3
  module Versionify
2
4
  def self.bump level = :patch
3
5
  version = read_or_create
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: versionify
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.05
5
+ version: 0.2.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sam Taylor