rearview 1.1.1-jruby → 1.1.2-jruby
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
- data/lib/rearview/version.rb +1 -1
- data/spec/dummy/log/development.log +18 -0
- data/spec/dummy/log/test.log +2577 -0
- metadata +2 -3
- data/config/initializers/unlimited_strength_cryptography.rb +0 -5
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rearview
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: jruby
|
6
6
|
authors:
|
7
7
|
- Trent Albright
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -310,7 +310,6 @@ files:
|
|
310
310
|
- app/views/rearview/user/show.json.jbuilder
|
311
311
|
- bin/rails
|
312
312
|
- config/routes.rb
|
313
|
-
- config/initializers/unlimited_strength_cryptography.rb
|
314
313
|
- config/locales/devise.en.yml
|
315
314
|
- db/migrate/20131106162900_base_schema.rb
|
316
315
|
- db/migrate/20140106161202_add_indexes.rb
|
@@ -1,5 +0,0 @@
|
|
1
|
-
# Only for non-production environments. For production systems install the correct jurisdiction jars:
|
2
|
-
# https://github.com/jruby/jruby/wiki/UnlimitedStrengthCrypto
|
3
|
-
if !Rails.env.production?
|
4
|
-
java.lang.Class.for_name('javax.crypto.JceSecurity').get_declared_field('isRestricted').tap{|f| f.accessible = true; f.set nil, false}
|
5
|
-
end
|