wheels 0.1.3 → 0.1.4
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/app/views/external_links/create.js.haml +3 -0
- data/app/views/external_links/destroy.js.haml +3 -0
- data/app/views/external_links/edit.js.haml +3 -0
- data/app/views/external_links/index.js.haml +3 -0
- data/app/views/external_links/new.js.haml +3 -0
- data/app/views/external_links/show.js.haml +3 -0
- data/app/views/external_links/update.js.haml +3 -0
- data/wheels.gemspec +8 -1
- metadata +9 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.4
|
data/wheels.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{wheels}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Tyler Gannon"]
|
|
@@ -126,10 +126,17 @@ Gem::Specification.new do |s|
|
|
|
126
126
|
"app/views/external_links/_fields_for.html.haml",
|
|
127
127
|
"app/views/external_links/_form.html.haml",
|
|
128
128
|
"app/views/external_links/_show.html.haml",
|
|
129
|
+
"app/views/external_links/create.js.haml",
|
|
130
|
+
"app/views/external_links/destroy.js.haml",
|
|
129
131
|
"app/views/external_links/edit.html.haml",
|
|
132
|
+
"app/views/external_links/edit.js.haml",
|
|
130
133
|
"app/views/external_links/index.html.haml",
|
|
134
|
+
"app/views/external_links/index.js.haml",
|
|
131
135
|
"app/views/external_links/new.html.haml",
|
|
136
|
+
"app/views/external_links/new.js.haml",
|
|
132
137
|
"app/views/external_links/show.html.haml",
|
|
138
|
+
"app/views/external_links/show.js.haml",
|
|
139
|
+
"app/views/external_links/update.js.haml",
|
|
133
140
|
"app/views/feedback_mailer/submit_feedback.html.haml",
|
|
134
141
|
"app/views/feedbacks/_form.html.haml",
|
|
135
142
|
"app/views/feedbacks/index.html.haml",
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 4
|
|
9
|
+
version: 0.1.4
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Tyler Gannon
|
|
@@ -149,10 +149,17 @@ files:
|
|
|
149
149
|
- app/views/external_links/_fields_for.html.haml
|
|
150
150
|
- app/views/external_links/_form.html.haml
|
|
151
151
|
- app/views/external_links/_show.html.haml
|
|
152
|
+
- app/views/external_links/create.js.haml
|
|
153
|
+
- app/views/external_links/destroy.js.haml
|
|
152
154
|
- app/views/external_links/edit.html.haml
|
|
155
|
+
- app/views/external_links/edit.js.haml
|
|
153
156
|
- app/views/external_links/index.html.haml
|
|
157
|
+
- app/views/external_links/index.js.haml
|
|
154
158
|
- app/views/external_links/new.html.haml
|
|
159
|
+
- app/views/external_links/new.js.haml
|
|
155
160
|
- app/views/external_links/show.html.haml
|
|
161
|
+
- app/views/external_links/show.js.haml
|
|
162
|
+
- app/views/external_links/update.js.haml
|
|
156
163
|
- app/views/feedback_mailer/submit_feedback.html.haml
|
|
157
164
|
- app/views/feedbacks/_form.html.haml
|
|
158
165
|
- app/views/feedbacks/index.html.haml
|