active_record_auditor 0.1.7 → 0.1.8

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: 3d09d8949c35cf763a927928228fa078ff6d5bf5
4
- data.tar.gz: 436bc0abcee46b26aaf367fa109869ae6750be5a
3
+ metadata.gz: 5749003869eb23bc164d8876bae3e19c6a96ba71
4
+ data.tar.gz: 6e36cc8128c4d8e044f407bfe329fc3099a70e9a
5
5
  SHA512:
6
- metadata.gz: 9ac7065a1db94567fbcb79383921b6e226d6354d8d52cb9c54441a58490e56f6183968a9376a287bf12a047a4193f83253ea49add4b9e3fa5a8856258fe3fcb7
7
- data.tar.gz: 705b0f8030f72153dcd692fa093d9803b514d3d4af1f10b6486f8b367ea28272ac3c6d8ef43d413f6de2da60f7f4f17f689db7b3ec8e56299d8768202d927743
6
+ metadata.gz: 49385a2521937d6d812f2b3358352f1dda511f42401cbb21ed00d6b330497513c847b1e8c68d618e84bcd744a1aa4cc82c6fbe46543d777c245258b912e1cf39
7
+ data.tar.gz: 806093f781aae8deb6f9be1df03c82e0469db0608954d8af970b65860bd9964308f18e0b76e6299120cbff82c479e58ba09f752498a42b8fdcf75be4e7930308
data/Gemfile CHANGED
@@ -1,4 +1,5 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gem "activerecord", require: "active_record"
4
+ gem "active_record_migrations", require: "active_record_migration"
4
5
  gem 'rake'
data/Gemfile.lock CHANGED
@@ -1,6 +1,23 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
+ actionpack (4.2.0)
5
+ actionview (= 4.2.0)
6
+ activesupport (= 4.2.0)
7
+ rack (~> 1.6.0)
8
+ rack-test (~> 0.6.2)
9
+ rails-dom-testing (~> 1.0, >= 1.0.5)
10
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
11
+ actionview (4.2.0)
12
+ activesupport (= 4.2.0)
13
+ builder (~> 3.1)
14
+ erubis (~> 2.7.0)
15
+ rails-dom-testing (~> 1.0, >= 1.0.5)
16
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
17
+ active_record_migrations (4.2.0.1)
18
+ activerecord (= 4.2.0)
19
+ railties (= 4.2.0)
20
+ rake
4
21
  activemodel (4.2.0)
5
22
  activesupport (= 4.2.0)
6
23
  builder (~> 3.1)
@@ -16,10 +33,33 @@ GEM
16
33
  tzinfo (~> 1.1)
17
34
  arel (6.0.0)
18
35
  builder (3.2.2)
36
+ erubis (2.7.0)
19
37
  i18n (0.7.0)
20
38
  json (1.8.2)
39
+ loofah (2.0.1)
40
+ nokogiri (>= 1.5.9)
41
+ mini_portile (0.6.2)
21
42
  minitest (5.5.1)
43
+ nokogiri (1.6.6.2)
44
+ mini_portile (~> 0.6.0)
45
+ rack (1.6.0)
46
+ rack-test (0.6.3)
47
+ rack (>= 1.0)
48
+ rails-deprecated_sanitizer (1.0.3)
49
+ activesupport (>= 4.2.0.alpha)
50
+ rails-dom-testing (1.0.5)
51
+ activesupport (>= 4.2.0.beta, < 5.0)
52
+ nokogiri (~> 1.6.0)
53
+ rails-deprecated_sanitizer (>= 1.0.1)
54
+ rails-html-sanitizer (1.0.1)
55
+ loofah (~> 2.0)
56
+ railties (4.2.0)
57
+ actionpack (= 4.2.0)
58
+ activesupport (= 4.2.0)
59
+ rake (>= 0.8.7)
60
+ thor (>= 0.18.1, < 2.0)
22
61
  rake (10.4.2)
62
+ thor (0.19.1)
23
63
  thread_safe (0.3.4)
24
64
  tzinfo (1.2.2)
25
65
  thread_safe (~> 0.1)
@@ -28,5 +68,6 @@ PLATFORMS
28
68
  ruby
29
69
 
30
70
  DEPENDENCIES
71
+ active_record_migrations
31
72
  activerecord
32
73
  rake
@@ -1,3 +1,3 @@
1
1
  module ActiveRecordAuditor
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_record_auditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nic Wilson