impressionist 1.4.7 → 1.4.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 378fa0c1c197f3f8d61405b0d428030623399fa6
|
|
4
|
+
data.tar.gz: 6402c5a7b2d24e96508c8a542477a511a177880b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8975592f31430d6b25c1ce41c1b65a2ba1738393f7994e8279107092f767ecc9d12b52ca9a33db2b720a53d4a649b214ba13284b68b1157a7a42dee3e0ffce28
|
|
7
|
+
data.tar.gz: 02c8c83a590b7b4c78fc2c20df4cf193dda31951d215be8d0901a03ea4ed7274d1089c715d24fd0eabcfacfcd19d8c221c7ca78a321bb12956190adabd9e5a6c
|
data/CHANGELOG.rdoc
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
== 1.4.7 (2013-08-30)
|
|
2
|
+
* Fixed #103 - Allow impressions to be saved without a Model
|
|
3
|
+
* Fixed #104 - Wrong Documentation
|
|
4
|
+
* (@acnalesso)
|
|
5
|
+
|
|
6
|
+
== 1.4.6 (2013-08-17)
|
|
7
|
+
* Fixed 106
|
|
8
|
+
* Count unique records in Rails 4
|
|
9
|
+
|
|
1
10
|
== 1.4.5 (2013-07-17)
|
|
2
11
|
* Fixed update_counters raising an exception #97
|
|
3
12
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: impressionist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- johnmcaliley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-09-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httpclient
|