houston-core 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf0ac73eb3d8a6d5977d5ddbc3fa9e0fb3606963
4
- data.tar.gz: 66f2cd060849457e67edf8aa391cd22a526bb23b
3
+ metadata.gz: 8f11c47960bbc475231f9b6561811960bd8a58e3
4
+ data.tar.gz: 39aafe18371c39efcd82cd03a405f56ce91b3548
5
5
  SHA512:
6
- metadata.gz: 8b6cbfb3977ab6a5fc3e3975a298bbd4663dbc529cc815b2604e2ddc969628d05d19d0f49c5c28d150656208ea1799a3f1e533a0ed80a9a16b5f574c365bcf27
7
- data.tar.gz: 7bf5d4111369ac82f6cf90bae84ac075cc0095f0b7c743955bb1dcfb7fb8aea8b0ebddde30cd4809f092eecdf5b10b5cfb8306f43a9c85c4d659b46215cf331d
6
+ metadata.gz: b35f5368c098de2509a399b2e42e4d69090118e3af08defbce752ce0d3636a69f9ed07de850397b1a3fa27e538c83c4a12f355ab9cca1cc7bac05436a260dfac
7
+ data.tar.gz: ca852de3146dbc304fec753f44e46b5a7f4237fb9d5d3c032cef4f590a9fcb9b81d9c1690e08b5c915a7162f27feb85a0e218a02853bd4489efa5fcd3286e1ab
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- houston-core (0.8.2)
4
+ houston-core (0.8.3)
5
5
  activerecord-import
6
6
  activerecord-pluck_in_batches (~> 0.2.0)
7
7
  addressable (~> 2.3.8)
@@ -41,43 +41,43 @@ PATH
41
41
  GEM
42
42
  remote: https://rubygems.org/
43
43
  specs:
44
- actioncable (5.0.0.1)
45
- actionpack (= 5.0.0.1)
44
+ actioncable (5.0.1)
45
+ actionpack (= 5.0.1)
46
46
  nio4r (~> 1.2)
47
47
  websocket-driver (~> 0.6.1)
48
- actionmailer (5.0.0.1)
49
- actionpack (= 5.0.0.1)
50
- actionview (= 5.0.0.1)
51
- activejob (= 5.0.0.1)
48
+ actionmailer (5.0.1)
49
+ actionpack (= 5.0.1)
50
+ actionview (= 5.0.1)
51
+ activejob (= 5.0.1)
52
52
  mail (~> 2.5, >= 2.5.4)
53
53
  rails-dom-testing (~> 2.0)
54
- actionpack (5.0.0.1)
55
- actionview (= 5.0.0.1)
56
- activesupport (= 5.0.0.1)
54
+ actionpack (5.0.1)
55
+ actionview (= 5.0.1)
56
+ activesupport (= 5.0.1)
57
57
  rack (~> 2.0)
58
58
  rack-test (~> 0.6.3)
59
59
  rails-dom-testing (~> 2.0)
60
60
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
61
- actionview (5.0.0.1)
62
- activesupport (= 5.0.0.1)
61
+ actionview (5.0.1)
62
+ activesupport (= 5.0.1)
63
63
  builder (~> 3.1)
64
64
  erubis (~> 2.7.0)
65
65
  rails-dom-testing (~> 2.0)
66
66
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
67
- activejob (5.0.0.1)
68
- activesupport (= 5.0.0.1)
67
+ activejob (5.0.1)
68
+ activesupport (= 5.0.1)
69
69
  globalid (>= 0.3.6)
70
- activemodel (5.0.0.1)
71
- activesupport (= 5.0.0.1)
72
- activerecord (5.0.0.1)
73
- activemodel (= 5.0.0.1)
74
- activesupport (= 5.0.0.1)
70
+ activemodel (5.0.1)
71
+ activesupport (= 5.0.1)
72
+ activerecord (5.0.1)
73
+ activemodel (= 5.0.1)
74
+ activesupport (= 5.0.1)
75
75
  arel (~> 7.0)
76
- activerecord-import (0.17.0)
76
+ activerecord-import (0.17.1)
77
77
  activerecord (>= 3.2)
78
78
  activerecord-pluck_in_batches (0.2.0)
79
79
  activerecord (>= 4.2.7, < 5.1.0)
80
- activesupport (5.0.0.1)
80
+ activesupport (5.0.1)
81
81
  concurrent-ruby (~> 1.0, >= 1.0.2)
82
82
  i18n (~> 0.7)
83
83
  minitest (~> 5.1)
@@ -89,9 +89,9 @@ GEM
89
89
  thread_safe
90
90
  bcrypt (3.1.11)
91
91
  browser (2.3.0)
92
- builder (3.2.2)
92
+ builder (3.2.3)
93
93
  cancan (1.6.10)
94
- capybara (2.10.1)
94
+ capybara (2.12.1)
95
95
  addressable
96
96
  mime-types (>= 1.16)
97
97
  nokogiri (>= 1.3.3)
@@ -106,10 +106,10 @@ GEM
106
106
  coffee-script-source
107
107
  execjs
108
108
  coffee-script-source (1.12.2)
109
- concurrent-ruby (1.0.2)
109
+ concurrent-ruby (1.0.4)
110
110
  crack (0.4.3)
111
111
  safe_yaml (~> 1.0.0)
112
- css_parser (1.4.7)
112
+ css_parser (1.4.8)
113
113
  addressable
114
114
  devise (4.2.0)
115
115
  bcrypt (~> 3.0)
@@ -117,16 +117,16 @@ GEM
117
117
  railties (>= 4.1.0, < 5.1)
118
118
  responders
119
119
  warden (~> 1.2.3)
120
- devise_invitable (1.7.0)
121
- actionmailer (>= 4.0.0)
120
+ devise_invitable (1.7.1)
121
+ actionmailer (>= 4.1.0)
122
122
  devise (>= 4.0.0)
123
123
  docile (1.1.5)
124
124
  erubis (2.7.0)
125
125
  execjs (2.7.0)
126
- factory_girl (4.7.0)
126
+ factory_girl (4.8.0)
127
127
  activesupport (>= 3.0.0)
128
- factory_girl_rails (4.7.0)
129
- factory_girl (~> 4.7.0)
128
+ factory_girl_rails (4.8.0)
129
+ factory_girl (~> 4.8.0)
130
130
  railties (>= 3.0.0)
131
131
  faraday (0.9.2)
132
132
  multipart-post (>= 1.2, < 3)
@@ -142,7 +142,7 @@ GEM
142
142
  multi_json (~> 1.0)
143
143
  sprockets (>= 2.0.0)
144
144
  tilt (>= 1.2)
145
- hashdiff (0.3.0)
145
+ hashdiff (0.3.2)
146
146
  houston-devise_ldap_authenticatable (0.7.1)
147
147
  devise (>= 3.0.0)
148
148
  net-ldap (~> 0.12.1)
@@ -150,18 +150,20 @@ GEM
150
150
  activerecord (>= 3, < 6)
151
151
  activesupport (>= 3, < 6)
152
152
  htmlentities (4.3.4)
153
- i18n (0.7.0)
154
- json (2.0.2)
153
+ i18n (0.8.0)
154
+ json (2.0.3)
155
155
  jwt (1.5.6)
156
156
  loofah (2.0.3)
157
157
  nokogiri (>= 1.5.9)
158
158
  mail (2.6.4)
159
159
  mime-types (>= 1.16, < 4)
160
160
  method_source (0.8.2)
161
- mime-types (2.99.3)
161
+ mime-types (3.1)
162
+ mime-types-data (~> 3.2015)
163
+ mime-types-data (3.2016.0521)
162
164
  mini_portile2 (2.1.0)
163
- minitest (5.9.1)
164
- minitest-reporters (1.1.12)
165
+ minitest (5.10.1)
166
+ minitest-reporters (1.1.14)
165
167
  ansi
166
168
  builder
167
169
  minitest (>= 5.0)
@@ -175,7 +177,7 @@ GEM
175
177
  nested_editor_for (0.1.1)
176
178
  net-ldap (0.12.1)
177
179
  nio4r (1.2.1)
178
- nokogiri (1.6.8.1)
180
+ nokogiri (1.7.0.1)
179
181
  mini_portile2 (~> 2.1.0)
180
182
  oauth2 (1.3.0)
181
183
  faraday (>= 0.8, < 0.11)
@@ -211,30 +213,30 @@ GEM
211
213
  rack (>= 1.0)
212
214
  rack-utf8_sanitizer (1.3.2)
213
215
  rack (>= 1.0, < 3.0)
214
- rails (5.0.0.1)
215
- actioncable (= 5.0.0.1)
216
- actionmailer (= 5.0.0.1)
217
- actionpack (= 5.0.0.1)
218
- actionview (= 5.0.0.1)
219
- activejob (= 5.0.0.1)
220
- activemodel (= 5.0.0.1)
221
- activerecord (= 5.0.0.1)
222
- activesupport (= 5.0.0.1)
216
+ rails (5.0.1)
217
+ actioncable (= 5.0.1)
218
+ actionmailer (= 5.0.1)
219
+ actionpack (= 5.0.1)
220
+ actionview (= 5.0.1)
221
+ activejob (= 5.0.1)
222
+ activemodel (= 5.0.1)
223
+ activerecord (= 5.0.1)
224
+ activesupport (= 5.0.1)
223
225
  bundler (>= 1.3.0, < 2.0)
224
- railties (= 5.0.0.1)
226
+ railties (= 5.0.1)
225
227
  sprockets-rails (>= 2.0.0)
226
- rails-dom-testing (2.0.1)
228
+ rails-dom-testing (2.0.2)
227
229
  activesupport (>= 4.2.0, < 6.0)
228
- nokogiri (~> 1.6.0)
230
+ nokogiri (~> 1.6)
229
231
  rails-html-sanitizer (1.0.3)
230
232
  loofah (~> 2.0)
231
- railties (5.0.0.1)
232
- actionpack (= 5.0.0.1)
233
- activesupport (= 5.0.0.1)
233
+ railties (5.0.1)
234
+ actionpack (= 5.0.1)
235
+ activesupport (= 5.0.1)
234
236
  method_source
235
237
  rake (>= 0.8.7)
236
238
  thor (>= 0.18.1, < 2.0)
237
- rake (11.3.0)
239
+ rake (12.0.0)
238
240
  redcarpet (3.3.4)
239
241
  responders (2.3.0)
240
242
  railties (>= 4.2.0, < 5.1)
@@ -250,12 +252,12 @@ GEM
250
252
  sprockets (>= 2.8, < 4.0)
251
253
  sprockets-rails (>= 2.0, < 4.0)
252
254
  tilt (>= 1.1, < 3)
253
- shoulda-context (1.2.1)
254
- simplecov (0.9.2)
255
+ shoulda-context (1.2.2)
256
+ simplecov (0.13.0)
255
257
  docile (~> 1.1.0)
256
- multi_json (~> 1.0)
257
- simplecov-html (~> 0.9.0)
258
- simplecov-html (0.9.0)
258
+ json (>= 1.8, < 3)
259
+ simplecov-html (~> 0.10.0)
260
+ simplecov-html (0.10.0)
259
261
  simplecov-json (0.2)
260
262
  json
261
263
  simplecov
@@ -269,7 +271,7 @@ GEM
269
271
  sprockets (>= 3.0.0)
270
272
  strongbox (0.7.2)
271
273
  activerecord
272
- thor (0.19.1)
274
+ thor (0.19.4)
273
275
  thread_safe (0.3.5)
274
276
  tilt (2.0.6)
275
277
  timecop (0.8.1)
@@ -279,7 +281,7 @@ GEM
279
281
  execjs (>= 0.3.0, < 3)
280
282
  warden (1.2.7)
281
283
  rack (>= 1.0)
282
- webmock (2.1.0)
284
+ webmock (2.3.2)
283
285
  addressable (>= 2.3.6)
284
286
  crack (>= 0.3.2)
285
287
  hashdiff
@@ -1,3 +1,3 @@
1
1
  module Houston
2
- VERSION = "0.8.2"
2
+ VERSION = "0.8.3"
3
3
  end
@@ -1,5 +1,4 @@
1
- root = File.expand_path(File.join(File.dirname(__FILE__), "../.."))
2
- require File.join(root, "lib/houston/boot/configuration")
1
+ require "shellwords"
3
2
 
4
3
  namespace :keypair do
5
4
  task :generate do |t|
@@ -8,10 +7,10 @@ namespace :keypair do
8
7
  exit
9
8
  end
10
9
 
11
- tmp = Rails.root.to_s
10
+ tmp = Houston.root.to_s
12
11
 
13
- `openssl genrsa -des3 -passout pass:#{Houston.config.passphrase.shellescape} -out #{tmp}/config/private.pem 2048`
14
- `openssl rsa -in #{tmp}/config/private.pem -passin pass:#{Houston.config.passphrase.shellescape} -out #{tmp}/config/public.pem -outform PEM -pubout`
12
+ `openssl genrsa -des3 -passout pass:#{Shellwords.escape Houston.config.passphrase} -out #{tmp}/config/private.pem 2048`
13
+ `openssl rsa -in #{tmp}/config/private.pem -passin pass:#{Shellwords.escape Houston.config.passphrase} -out #{tmp}/config/public.pem -outform PEM -pubout`
15
14
  `cat #{tmp}/config/private.pem #{tmp}/config/public.pem >> #{Houston.config.keypair}`
16
15
  `rm #{tmp}/config/private.pem #{tmp}/config/public.pem`
17
16
  end
@@ -1,4 +1,5 @@
1
1
  module Houston::<%= camelized %>
2
2
  class ApplicationController < ::ApplicationController
3
+ layout "houston/<%= name %>/application"
3
4
  end
4
5
  end
@@ -5,6 +5,10 @@ module Houston
5
5
  # The block you pass to this method will run for every request
6
6
  # in development mode, but only once in production.
7
7
  # config.to_prepare do
8
+ #
9
+ # Add methods or relationships to a core model (like User)
10
+ # by including a module that adds the concern here:
11
+ # ::User.send :include, Houston::<%= camelized %>::UserExt
8
12
  # end
9
13
 
10
14
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: houston-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Lail
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-09 00:00:00.000000000 Z
11
+ date: 2017-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails