appbombado_startae 0.1.15 → 0.1.16

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 138c3ff3cada16e2fee45897c40269faf5f533b3
4
- data.tar.gz: d881e00df90b86604913b73aaeb8b0e2d6a201b3
3
+ metadata.gz: 907e82ae7740101535a60a4796d40bc7a8645db9
4
+ data.tar.gz: 003cb6b9d4d0744e587af761a75822903edd3d38
5
5
  SHA512:
6
- metadata.gz: 556c46f45cafdfeb2d8b87aa93fa1229e7de0dc6d473ac9515fe4244e6c095453984b9a58f2dae94e95948f56773aac157b5a351134c26cb01afe4aca78df67b
7
- data.tar.gz: d9185f340b2420eef7f54e4fa51b77179262388f3ff07978dbc8d175caf75dd0d1893f1d7466a64c0cdf8f756898193fd9d697650ce92999c54a0eab658ef555
6
+ metadata.gz: 6521ca2af6684d1420f8f434cea056caf2cf88b6a0e551fece1d261a004bb5e733b4e02680fad61c77e4f56dd6e74b0efcfcdca123648aaa7a6a5acddbe1cdbf
7
+ data.tar.gz: 4a0d1745ca3e50b61dd03c158b5926f0b82e36229a99b1d065da0d36d9fe659def1c741b0c5c9ccdcfc4ccb7d42e0423e472d5c36bb5e0700a702751b8027542
data/README.md CHANGED
@@ -8,7 +8,7 @@ Versão inicial de APP para alunos Startaê
8
8
 
9
9
  Add this line to your application's Gemfile:
10
10
 
11
- gem "appbombado_startae", "~> 0.1.15"
11
+ gem "appbombado_startae", "~> 0.1.16"
12
12
 
13
13
  And then execute:
14
14
 
@@ -28,7 +28,7 @@ Or install it yourself as:
28
28
 
29
29
  bundle update
30
30
 
31
- Gemfile -> gem "appbombado_startae", "~> 0.1.15"
31
+ Gemfile -> gem "appbombado_startae", "~> 0.1.16"
32
32
 
33
33
  bundle install
34
34
 
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.1.15"
2
+ VERSION = "0.1.16"
3
3
  end
@@ -4,10 +4,6 @@ class AppbombadoGenerator < Rails::Generators::Base
4
4
 
5
5
  def generate_appbombado
6
6
 
7
- remove_file "Gemfile.lock"
8
- template "Gemfilelock", "Gemfile.lock"
9
-
10
-
11
7
  remove_file "Gemfile"
12
8
  copy_file "Gemfile"
13
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appbombado_startae
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas
@@ -29,7 +29,6 @@ files:
29
29
  - lib/generators/appbombado/appbombado_generator.rb
30
30
  - lib/generators/appbombado/templates/.bowerrc
31
31
  - lib/generators/appbombado/templates/Gemfile
32
- - lib/generators/appbombado/templates/Gemfilelock
33
32
  - lib/generators/appbombado/templates/application.coffee
34
33
  - lib/generators/appbombado/templates/application.html.slim
35
34
  - lib/generators/appbombado/templates/application.sass
@@ -1,265 +0,0 @@
1
- GEM
2
- remote: http://rubygems.org/
3
- specs:
4
- actionmailer (4.0.0)
5
- actionpack (= 4.0.0)
6
- mail (~> 2.5.3)
7
- actionpack (4.0.0)
8
- activesupport (= 4.0.0)
9
- builder (~> 3.1.0)
10
- erubis (~> 2.7.0)
11
- rack (~> 1.5.2)
12
- rack-test (~> 0.6.2)
13
- activemodel (4.0.0)
14
- activesupport (= 4.0.0)
15
- builder (~> 3.1.0)
16
- activerecord (4.0.0)
17
- activemodel (= 4.0.0)
18
- activerecord-deprecated_finders (~> 1.0.2)
19
- activesupport (= 4.0.0)
20
- arel (~> 4.0.0)
21
- activerecord-deprecated_finders (1.0.3)
22
- activesupport (4.0.0)
23
- i18n (~> 0.6, >= 0.6.4)
24
- minitest (~> 4.2)
25
- multi_json (~> 1.3)
26
- thread_safe (~> 0.1)
27
- tzinfo (~> 0.3.37)
28
- appbombado_startae (0.1.11)
29
- arel (4.0.1)
30
- atomic (1.1.14)
31
- bcrypt-ruby (3.1.2)
32
- better_errors (0.9.0)
33
- coderay (>= 1.0.0)
34
- erubis (>= 2.6.6)
35
- binding_of_caller (0.7.2)
36
- debug_inspector (>= 0.0.1)
37
- builder (3.1.4)
38
- carrierwave (0.9.0)
39
- activemodel (>= 3.2.0)
40
- activesupport (>= 3.2.0)
41
- json (>= 1.7)
42
- celluloid (0.15.2)
43
- timers (~> 1.1.0)
44
- coderay (1.0.9)
45
- coffee-rails (4.0.1)
46
- coffee-script (>= 2.2.0)
47
- railties (>= 4.0.0, < 5.0)
48
- coffee-script (2.2.0)
49
- coffee-script-source
50
- execjs
51
- coffee-script-source (1.6.3)
52
- debug_inspector (0.0.2)
53
- devise (3.1.1)
54
- bcrypt-ruby (~> 3.0)
55
- orm_adapter (~> 0.1)
56
- railties (>= 3.2.6, < 5)
57
- thread_safe (~> 0.1)
58
- warden (~> 1.2.3)
59
- diff-lcs (1.2.4)
60
- dotenv (0.9.0)
61
- em-websocket (0.5.0)
62
- eventmachine (>= 0.12.9)
63
- http_parser.rb (~> 0.5.3)
64
- erubis (2.7.0)
65
- eventmachine (1.0.3)
66
- excon (0.28.0)
67
- execjs (2.0.2)
68
- ffaker (1.20.0)
69
- ffi (1.9.3)
70
- fog (1.18.0)
71
- builder
72
- excon (~> 0.28.0)
73
- formatador (~> 0.2.0)
74
- mime-types
75
- multi_json (~> 1.0)
76
- net-scp (~> 1.1)
77
- net-ssh (>= 2.1.3)
78
- nokogiri (~> 1.5)
79
- ruby-hmac
80
- foreman (0.63.0)
81
- dotenv (>= 0.7)
82
- thor (>= 0.13.6)
83
- formatador (0.2.4)
84
- friendly_id (5.0.1)
85
- activerecord (~> 4.0.0)
86
- guard (2.2.2)
87
- formatador (>= 0.2.4)
88
- listen (~> 2.1)
89
- lumberjack (~> 1.0)
90
- pry (>= 0.9.12)
91
- thor (>= 0.18.1)
92
- guard-livereload (2.0.0)
93
- em-websocket (~> 0.5)
94
- guard (~> 2.0)
95
- multi_json (~> 1.8)
96
- high_voltage (1.2.4)
97
- hike (1.2.3)
98
- http_parser.rb (0.5.3)
99
- i18n (0.6.5)
100
- jquery-rails (3.0.4)
101
- railties (>= 3.0, < 5.0)
102
- thor (>= 0.14, < 2.0)
103
- jquery-turbolinks (2.0.1)
104
- railties (>= 3.1.0)
105
- turbolinks
106
- json (1.8.1)
107
- kaminari (0.14.1)
108
- actionpack (>= 3.0.0)
109
- activesupport (>= 3.0.0)
110
- listen (2.2.0)
111
- celluloid (>= 0.15.2)
112
- rb-fsevent (>= 0.9.3)
113
- rb-inotify (>= 0.9)
114
- lumberjack (1.0.4)
115
- mail (2.5.4)
116
- mime-types (~> 1.16)
117
- treetop (~> 1.4.8)
118
- mail_form (1.5.0)
119
- actionmailer (>= 3.2, < 5)
120
- activemodel (>= 3.2, < 5)
121
- method_source (0.8.2)
122
- mime-types (1.25)
123
- mini_magick (3.6.0)
124
- subexec (~> 0.2.1)
125
- mini_portile (0.5.2)
126
- minitest (4.7.5)
127
- multi_json (1.8.2)
128
- net-scp (1.1.2)
129
- net-ssh (>= 2.6.5)
130
- net-ssh (2.7.0)
131
- nokogiri (1.6.0)
132
- mini_portile (~> 0.5.0)
133
- orm_adapter (0.4.0)
134
- pg (0.17.0)
135
- polyglot (0.3.3)
136
- pry (0.9.12.2)
137
- coderay (~> 1.0.5)
138
- method_source (~> 0.8)
139
- slop (~> 3.4)
140
- pry-rails (0.3.2)
141
- pry (>= 0.9.10)
142
- rack (1.5.2)
143
- rack-test (0.6.2)
144
- rack (>= 1.0)
145
- rails (4.0.0)
146
- actionmailer (= 4.0.0)
147
- actionpack (= 4.0.0)
148
- activerecord (= 4.0.0)
149
- activesupport (= 4.0.0)
150
- bundler (>= 1.3.0, < 2.0)
151
- railties (= 4.0.0)
152
- sprockets-rails (~> 2.0.0)
153
- rails_12factor (0.0.2)
154
- rails_serve_static_assets
155
- rails_stdout_logging
156
- rails_serve_static_assets (0.0.1)
157
- rails_stdout_logging (0.0.3)
158
- railties (4.0.0)
159
- actionpack (= 4.0.0)
160
- activesupport (= 4.0.0)
161
- rake (>= 0.8.7)
162
- thor (>= 0.18.1, < 2.0)
163
- rake (10.1.0)
164
- rb-fsevent (0.9.3)
165
- rb-inotify (0.9.2)
166
- ffi (>= 0.5.0)
167
- redactor-rails (0.4.1)
168
- devise
169
- mime-types
170
- orm_adapter
171
- rspec-core (2.14.7)
172
- rspec-expectations (2.14.3)
173
- diff-lcs (>= 1.1.3, < 2.0)
174
- rspec-mocks (2.14.4)
175
- rspec-rails (2.14.0)
176
- actionpack (>= 3.0)
177
- activesupport (>= 3.0)
178
- railties (>= 3.0)
179
- rspec-core (~> 2.14.0)
180
- rspec-expectations (~> 2.14.0)
181
- rspec-mocks (~> 2.14.0)
182
- ruby-hmac (0.4.0)
183
- rufus-scheduler (2.0.24)
184
- tzinfo (>= 0.3.22)
185
- sass (3.2.12)
186
- sass-rails (4.0.1)
187
- railties (>= 4.0.0, < 5.0)
188
- sass (>= 3.1.10)
189
- sprockets-rails (~> 2.0.0)
190
- simple_form (3.0.0)
191
- actionpack (>= 4.0.0, < 4.1)
192
- activemodel (>= 4.0.0, < 4.1)
193
- simplecov (0.7.1)
194
- multi_json (~> 1.0)
195
- simplecov-html (~> 0.7.1)
196
- simplecov-html (0.7.1)
197
- slop (3.4.6)
198
- sprockets (2.10.0)
199
- hike (~> 1.2)
200
- multi_json (~> 1.0)
201
- rack (~> 1.0)
202
- tilt (~> 1.1, != 1.3.0)
203
- sprockets-rails (2.0.1)
204
- actionpack (>= 3.0)
205
- activesupport (>= 3.0)
206
- sprockets (~> 2.8)
207
- start (0.0.10)
208
- railties (>= 3.2.6, < 5)
209
- subexec (0.2.3)
210
- thor (0.18.1)
211
- thread_safe (0.1.3)
212
- atomic
213
- tilt (1.4.1)
214
- timers (1.1.0)
215
- treetop (1.4.15)
216
- polyglot
217
- polyglot (>= 0.3.1)
218
- turbolinks (1.3.0)
219
- coffee-rails
220
- tzinfo (0.3.38)
221
- uglifier (1.3.0)
222
- execjs (>= 0.3.0)
223
- multi_json (~> 1.0, >= 1.0.2)
224
- warden (1.2.3)
225
- rack (>= 1.0)
226
- xray-rails (0.1.6)
227
- coffee-rails
228
- rails (>= 3.1.0)
229
-
230
- PLATFORMS
231
- ruby
232
-
233
- DEPENDENCIES
234
- appbombado_startae
235
- better_errors (~> 0.9.0)
236
- binding_of_caller (~> 0.7.1)
237
- carrierwave
238
- coffee-rails (~> 4.0.0)
239
- devise (~> 3.1.0)
240
- ffaker
241
- fog
242
- foreman (~> 0.63.0)
243
- friendly_id (~> 5.0.1)
244
- guard
245
- guard-livereload
246
- high_voltage (~> 1.2.4)
247
- jquery-rails (~> 3.0.4)
248
- jquery-turbolinks (~> 2.0.1)
249
- kaminari (~> 0.14.1)
250
- mail_form
251
- mini_magick
252
- pg (~> 0.17.0)
253
- pry-rails (~> 0.3.2)
254
- rails (= 4.0.0)
255
- rails_12factor
256
- redactor-rails
257
- rspec-rails (~> 2.14.0)
258
- rufus-scheduler (~> 2.0.19)
259
- sass-rails (~> 4.0.0)
260
- simple_form (~> 3.0.0)
261
- simplecov (~> 0.7.1)
262
- start (~> 0.0.10)
263
- turbolinks (~> 1.3.0)
264
- uglifier (~> 1.3.0)
265
- xray-rails (~> 0.1.6)