acts_as_citable 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/acts_as_citable/version.rb +1 -1
- data/test/dummy/log/test.log +6932 -0
- metadata +6 -6
metadata
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
name: acts_as_citable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.1.
|
5
|
+
version: 1.1.4
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- hab278
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-04-
|
12
|
+
date: 2013-04-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -33,15 +33,13 @@ dependencies:
|
|
33
33
|
requirements:
|
34
34
|
- - "~>"
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version:
|
37
|
-
MQ==
|
36
|
+
version: 1.0.4
|
38
37
|
none: false
|
39
38
|
requirement: !ruby/object:Gem::Requirement
|
40
39
|
requirements:
|
41
40
|
- - "~>"
|
42
41
|
- !ruby/object:Gem::Version
|
43
|
-
version:
|
44
|
-
MQ==
|
42
|
+
version: 1.0.4
|
45
43
|
none: false
|
46
44
|
prerelease: false
|
47
45
|
type: :runtime
|
@@ -259,6 +257,7 @@ files:
|
|
259
257
|
- test/dummy/db/migrate/20130221210429_create_records.rb
|
260
258
|
- test/dummy/db/migrate/20130221214225_create_record_changed_fields.rb
|
261
259
|
- test/dummy/log/development.log
|
260
|
+
- test/dummy/log/test.log
|
262
261
|
- test/dummy/public/404.html
|
263
262
|
- test/dummy/public/422.html
|
264
263
|
- test/dummy/public/500.html
|
@@ -341,6 +340,7 @@ test_files:
|
|
341
340
|
- test/dummy/db/migrate/20130221210429_create_records.rb
|
342
341
|
- test/dummy/db/migrate/20130221214225_create_record_changed_fields.rb
|
343
342
|
- test/dummy/log/development.log
|
343
|
+
- test/dummy/log/test.log
|
344
344
|
- test/dummy/public/404.html
|
345
345
|
- test/dummy/public/422.html
|
346
346
|
- test/dummy/public/500.html
|