box 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/box/version.rb +1 -1
  2. metadata +2 -2
@@ -2,7 +2,7 @@ module Box
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  def self.to_s
8
8
  [MAJOR, MINOR, PATCH].join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: box
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -35,7 +35,7 @@ extra_rdoc_files: []
35
35
  files:
36
36
  - lib/box.rb
37
37
  - lib/box/version.rb
38
- homepage: http://poteland.com
38
+ homepage: http://github.com/pote/box
39
39
  licenses: []
40
40
  post_install_message:
41
41
  rdoc_options: []