lentil 0.1.1 → 0.1.2
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 +8 -8
- data/README.md +1 -1
- data/lib/lentil/version.rb +1 -1
- data/lib/tasks/image_services.rake +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +67521 -0
- metadata +3 -3
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lentil
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Casden
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2013-08-
|
14
|
+
date: 2013-08-21 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
@@ -1306,7 +1306,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1306
1306
|
version: '0'
|
1307
1307
|
requirements: []
|
1308
1308
|
rubyforge_project:
|
1309
|
-
rubygems_version: 2.0.
|
1309
|
+
rubygems_version: 2.0.7
|
1310
1310
|
signing_key:
|
1311
1311
|
specification_version: 4
|
1312
1312
|
summary: lentil supports the harvesting of images from Instagram.
|