restbox 0.1.0 → 0.1.1

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.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 0
3
+ :patch: 1
4
4
  :build:
5
5
  :major: 0
data/restbox.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{restbox}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Richard Millan"]
@@ -29,10 +29,10 @@ Gem::Specification.new do |s|
29
29
  "generators/restbox/templates/javascripts/restbox.js",
30
30
  "generators/restbox/templates/restbox.rb",
31
31
  "generators/restbox/templates/stylesheets/restbox.css",
32
- "init.rb",
33
32
  "install.rb",
34
33
  "lib/restbox.rb",
35
34
  "lib/restbox_view_helper.rb",
35
+ "rails/init.rb",
36
36
  "restbox.gemspec",
37
37
  "test/helper.rb",
38
38
  "test/test_restbox.rb"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Millan
@@ -44,10 +44,10 @@ files:
44
44
  - generators/restbox/templates/javascripts/restbox.js
45
45
  - generators/restbox/templates/restbox.rb
46
46
  - generators/restbox/templates/stylesheets/restbox.css
47
- - init.rb
48
47
  - install.rb
49
48
  - lib/restbox.rb
50
49
  - lib/restbox_view_helper.rb
50
+ - rails/init.rb
51
51
  - restbox.gemspec
52
52
  - test/helper.rb
53
53
  - test/test_restbox.rb
File without changes