sinatra_more 0.3.5 → 0.3.6
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 +1 -1
- data/generators/base_app/app/views/.empty_directory +0 -0
- data/sinatra_more.gemspec +2 -1
- metadata +2 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.6
|
|
File without changes
|
data/sinatra_more.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{sinatra_more}
|
|
8
|
-
s.version = "0.3.
|
|
8
|
+
s.version = "0.3.6"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Nathan Esquenazi"]
|
|
@@ -33,6 +33,7 @@ Gem::Specification.new do |s|
|
|
|
33
33
|
"generators/base_app/app/helpers/view_helpers.rb",
|
|
34
34
|
"generators/base_app/app/models/.empty_directory",
|
|
35
35
|
"generators/base_app/app/routes/.empty_directory",
|
|
36
|
+
"generators/base_app/app/views/.empty_directory",
|
|
36
37
|
"generators/base_app/config.ru.tt",
|
|
37
38
|
"generators/base_app/config/boot.rb.tt",
|
|
38
39
|
"generators/base_app/config/dependencies.rb.tt",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sinatra_more
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Esquenazi
|
|
@@ -126,6 +126,7 @@ files:
|
|
|
126
126
|
- generators/base_app/app/helpers/view_helpers.rb
|
|
127
127
|
- generators/base_app/app/models/.empty_directory
|
|
128
128
|
- generators/base_app/app/routes/.empty_directory
|
|
129
|
+
- generators/base_app/app/views/.empty_directory
|
|
129
130
|
- generators/base_app/config.ru.tt
|
|
130
131
|
- generators/base_app/config/boot.rb.tt
|
|
131
132
|
- generators/base_app/config/dependencies.rb.tt
|