box 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. data/lib/box/version.rb +1 -1
  2. data/lib/box.rb +2 -2
  3. metadata +1 -1
data/lib/box/version.rb CHANGED
@@ -2,7 +2,7 @@ module Box
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  def self.to_s
8
8
  [MAJOR, MINOR, PATCH].join('.')
data/lib/box.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Box
2
- class Files
2
+ class File
3
3
  def self.load
4
4
  files = {}
5
5
 
@@ -18,5 +18,5 @@ module Box
18
18
  end
19
19
  end
20
20
 
21
- FILES = Box::Files.load
21
+ FILES = Box::File.load
22
22
  end
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.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: