fortifier 0.2.1 → 0.2.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f89fea86ef9175edf40a6e28d08f87a7f3476935
|
4
|
+
data.tar.gz: 8c7fc2bf3cf7ba875acd524f1694130ce9674ec5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fc21e036bb854a8363f4a845eb62ddf4aad0b00715cbd64b04955189604b29a80c33b81c625ab6f749b515f6bfcb7c7af98d0531fa3629a4083969fd631134a
|
7
|
+
data.tar.gz: 2eb589040e267f1794905041391788ea4326074b8925ab16d4cd45bef308aeb16095a5314e5ea6dcdd6c62bf25f7f2074f7f5894daa85074423181b3fb12887e
|
File without changes
|
data/lib/fortifier/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fortifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Derek Koloditch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -142,7 +142,7 @@ files:
|
|
142
142
|
- config/Initializers/bcrypt.rb
|
143
143
|
- config/Initializers/ipaddr.rb
|
144
144
|
- config/routes.rb
|
145
|
-
- db/migrate/
|
145
|
+
- db/migrate/20140401194012_create_fortifier_tables.rb
|
146
146
|
- db/migrate/20140415210139_add_auth_user_search_keywords_field.rb
|
147
147
|
- db/migration_scripts/20140403_temp_whitelist_migration.rb
|
148
148
|
- lib/fortifier.rb
|