lines-engine 1.2.5 → 1.2.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +20 -18
- data/README.rdoc +6 -0
- data/lib/lines/version.rb +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff623b398e401c02a7461b893fb843309e971df1
|
4
|
+
data.tar.gz: d73a8bfa498cfca3ec69a3bfa50282754acf4f4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47b2f1f7ddcbcf3d0af539de8fee30469506412790db982e255f74c07ecdf65a37f62b09383cfe7037dfd4e0636e6a9bb827350e9618a9638e8920989358ef67
|
7
|
+
data.tar.gz: 5c588481b2ea9faaa0e87a27a9a05ffc29c5b37ab438a913b965b7a8abd2dd5c24dbc55e58e76e51a18f2a6607b4f3a7842a2dd7c8f6232a81b94254f4a7ac23
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
lines-engine (1.2.
|
4
|
+
lines-engine (1.2.6)
|
5
5
|
acts-as-taggable-on (>= 3.5)
|
6
6
|
bcrypt (~> 3.1.0, >= 3.1.0)
|
7
7
|
bcrypt-ruby (>= 3.0.0)
|
@@ -107,7 +107,7 @@ GEM
|
|
107
107
|
coffee-script-source
|
108
108
|
execjs
|
109
109
|
coffee-script-source (1.12.2)
|
110
|
-
concurrent-ruby (1.
|
110
|
+
concurrent-ruby (1.1.3)
|
111
111
|
crass (1.0.4)
|
112
112
|
diff-lcs (1.2.5)
|
113
113
|
erubis (2.7.0)
|
@@ -119,7 +119,7 @@ GEM
|
|
119
119
|
railties (>= 3.0.0)
|
120
120
|
faker (1.6.6)
|
121
121
|
i18n (~> 0.5)
|
122
|
-
ffi (1.9.
|
122
|
+
ffi (1.9.25)
|
123
123
|
formatador (0.2.5)
|
124
124
|
friendly_id (5.2.4)
|
125
125
|
activerecord (>= 4.0.0)
|
@@ -137,7 +137,8 @@ GEM
|
|
137
137
|
guard-rspec (4.2.0)
|
138
138
|
guard (>= 2.1.1)
|
139
139
|
rspec (>= 2.14, < 4.0)
|
140
|
-
i18n (0.
|
140
|
+
i18n (0.9.5)
|
141
|
+
concurrent-ruby (~> 1.0)
|
141
142
|
jquery-fileupload-rails (1.0.0)
|
142
143
|
actionpack (>= 3.1)
|
143
144
|
railties (>= 3.1)
|
@@ -166,7 +167,8 @@ GEM
|
|
166
167
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
167
168
|
rb-inotify (~> 0.9, >= 0.9.7)
|
168
169
|
ruby_dep (~> 1.2)
|
169
|
-
loofah (2.
|
170
|
+
loofah (2.2.3)
|
171
|
+
crass (~> 1.0.2)
|
170
172
|
nokogiri (>= 1.5.9)
|
171
173
|
lumberjack (1.0.10)
|
172
174
|
mail (2.7.1)
|
@@ -178,8 +180,8 @@ GEM
|
|
178
180
|
mime-types-data (~> 3.2015)
|
179
181
|
mime-types-data (3.2016.0521)
|
180
182
|
mini_mime (1.0.1)
|
181
|
-
mini_portile2 (2.
|
182
|
-
minitest (5.
|
183
|
+
mini_portile2 (2.3.0)
|
184
|
+
minitest (5.11.3)
|
183
185
|
multi_json (1.13.1)
|
184
186
|
mysql2 (0.4.5)
|
185
187
|
nenv (0.3.0)
|
@@ -187,8 +189,8 @@ GEM
|
|
187
189
|
net-ssh (>= 2.6.5)
|
188
190
|
net-ssh (3.2.0)
|
189
191
|
nio4r (1.2.1)
|
190
|
-
nokogiri (1.
|
191
|
-
mini_portile2 (~> 2.
|
192
|
+
nokogiri (1.8.5)
|
193
|
+
mini_portile2 (~> 2.3.0)
|
192
194
|
nokogumbo (1.5.0)
|
193
195
|
nokogiri
|
194
196
|
notiffany (0.1.1)
|
@@ -201,7 +203,7 @@ GEM
|
|
201
203
|
slop (~> 3.4)
|
202
204
|
pygments.rb (1.2.1)
|
203
205
|
multi_json (>= 1.0.0)
|
204
|
-
rack (2.0.
|
206
|
+
rack (2.0.6)
|
205
207
|
rack-test (0.6.3)
|
206
208
|
rack (>= 1.0)
|
207
209
|
railroady (1.5.2)
|
@@ -217,11 +219,11 @@ GEM
|
|
217
219
|
bundler (>= 1.3.0, < 2.0)
|
218
220
|
railties (= 5.0.0.1)
|
219
221
|
sprockets-rails (>= 2.0.0)
|
220
|
-
rails-dom-testing (2.0.
|
221
|
-
activesupport (>= 4.2.0
|
222
|
-
nokogiri (
|
223
|
-
rails-html-sanitizer (1.0.
|
224
|
-
loofah (~> 2.
|
222
|
+
rails-dom-testing (2.0.3)
|
223
|
+
activesupport (>= 4.2.0)
|
224
|
+
nokogiri (>= 1.6)
|
225
|
+
rails-html-sanitizer (1.0.4)
|
226
|
+
loofah (~> 2.2, >= 2.2.2)
|
225
227
|
rails3-jquery-autocomplete (1.0.15)
|
226
228
|
rails (>= 3.2)
|
227
229
|
railties (5.0.0.1)
|
@@ -286,9 +288,9 @@ GEM
|
|
286
288
|
net-scp (>= 1.1.2)
|
287
289
|
net-ssh (>= 2.8.0)
|
288
290
|
thor (0.19.1)
|
289
|
-
thread_safe (0.3.
|
291
|
+
thread_safe (0.3.6)
|
290
292
|
tilt (2.0.8)
|
291
|
-
tzinfo (1.2.
|
293
|
+
tzinfo (1.2.5)
|
292
294
|
thread_safe (~> 0.1)
|
293
295
|
uglifier (4.1.20)
|
294
296
|
execjs (>= 0.3.0, < 3)
|
@@ -297,7 +299,7 @@ GEM
|
|
297
299
|
websocket-extensions (0.1.3)
|
298
300
|
xpath (2.0.0)
|
299
301
|
nokogiri (~> 1.3)
|
300
|
-
yard (0.9.
|
302
|
+
yard (0.9.16)
|
301
303
|
|
302
304
|
PLATFORMS
|
303
305
|
ruby
|
data/README.rdoc
CHANGED
@@ -135,6 +135,12 @@ To change the header/meta/footer elements you need to modify <tt>app/views/layou
|
|
135
135
|
{<img src="http://lines.opoloo.com/assets/images/screenshots/git-overview.png" />}[http://lines.opoloo.com/assets/images/screenshots/git-overview.png]
|
136
136
|
|
137
137
|
|
138
|
+
== Contributors
|
139
|
+
A big thanks goes to these wonderful people for their contributions and support:
|
140
|
+
|
141
|
+
@MyXoToD, @adonespitogo, @scottbarrow, @aziflaj, @dafuga, @usamah82, @edgarlepe
|
142
|
+
|
143
|
+
|
138
144
|
== License
|
139
145
|
|
140
146
|
You may use the Lines blog template as you please. You’d make us happy, though, if you kept an attribution to {Lines}[http://lines.opoloo.com/] and {Opoloo}[https://www.opoloo.com] to spread the word.
|
data/lib/lines/version.rb
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|