venice-chr 0.1.2 → 0.1.3
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/Gemfile +0 -1
- data/Gemfile.lock +6 -11
- data/lib/venice/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f773a719ca0bdfc4243c5fe5380c6fdea4441fd4
|
|
4
|
+
data.tar.gz: d8a9bb12f032feb21ace325cd9a5c6480a1e0754
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c21e9bb9e52e2d22b1641de9dbde9fc27364a474f8881133e43bee514f865807de9df65c1c1f6efaf1c6588180c34105c3d2fc3e6ae7035c0a5dc29eb64c2333
|
|
7
|
+
data.tar.gz: a74dc46a452d059fc444c363c55b85d55b56d1e7f8b0df323c5ed6ab9134899f05e97671f457abe94525eac015551b7acdd02bdf27d100effc4e396fe48f2090
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,18 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
venice-chr (0.1.
|
|
4
|
+
venice-chr (0.1.3)
|
|
5
5
|
thor
|
|
6
6
|
|
|
7
|
-
PATH
|
|
8
|
-
remote: ../ants
|
|
9
|
-
specs:
|
|
10
|
-
ants (0.3.13)
|
|
11
|
-
devise
|
|
12
|
-
meta-tags
|
|
13
|
-
mongoid (>= 4.0)
|
|
14
|
-
mongoid-slug (>= 4.0.0)
|
|
15
|
-
|
|
16
7
|
GEM
|
|
17
8
|
remote: https://rubygems.org/
|
|
18
9
|
specs:
|
|
@@ -53,6 +44,11 @@ GEM
|
|
|
53
44
|
thread_safe (~> 0.3, >= 0.3.4)
|
|
54
45
|
tzinfo (~> 1.1)
|
|
55
46
|
addressable (2.3.8)
|
|
47
|
+
ants (0.3.13)
|
|
48
|
+
devise
|
|
49
|
+
meta-tags
|
|
50
|
+
mongoid (>= 4.0)
|
|
51
|
+
mongoid-slug (>= 4.0.0)
|
|
56
52
|
arel (6.0.3)
|
|
57
53
|
awesome_print (1.6.1)
|
|
58
54
|
bcrypt (3.1.10)
|
|
@@ -450,7 +446,6 @@ PLATFORMS
|
|
|
450
446
|
ruby
|
|
451
447
|
|
|
452
448
|
DEPENDENCIES
|
|
453
|
-
ants!
|
|
454
449
|
awesome_print
|
|
455
450
|
bson_ext
|
|
456
451
|
bundler (~> 1.7)
|
data/lib/venice/version.rb
CHANGED