restbox 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/restbox.gemspec +2 -2
- metadata +2 -2
- /data/{init.rb → rails/init.rb} +0 -0
data/VERSION.yml
CHANGED
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.
|
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.
|
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
|
/data/{init.rb → rails/init.rb}
RENAMED
File without changes
|