bushido 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/bushido/version.rb +1 -1
  2. data/lib/bushido.rb +1 -0
  3. metadata +1 -1
@@ -1,4 +1,4 @@
1
1
  module Bushido
2
2
  # Current version of the Bushido gem
3
- VERSION = "0.0.15"
3
+ VERSION = "0.0.16"
4
4
  end
data/lib/bushido.rb CHANGED
@@ -10,4 +10,5 @@ module Bushido #:nodoc:
10
10
  require "bushido/app"
11
11
  require "bushido/user"
12
12
  require "bushido/event"
13
+ require "bushido/version"
13
14
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: bushido
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.15
5
+ version: 0.0.16
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sean Grove