photo_geoloader 0.0.0 → 0.1.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/photo_geoloader.rb +2 -0
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e53d9323a0edb37d9218505ee8a4d5b278617cd5
4
- data.tar.gz: 568298e7ace0d0616e55a9dabdf32ad0298c3b30
3
+ metadata.gz: 62ce9b365ab816b01930d9de46e6608758dd1d6a
4
+ data.tar.gz: 0029751f0e2fd9596052e45863a96b8cab5aa12e
5
5
  SHA512:
6
- metadata.gz: 935abb88e4d10548fecb17747d5c6c8c7fea1f4a0f2d5077ccb8d17b0d75b6c02313c759705b4db2869d179e4866abaf541b9d4ea0294207a307b28d0445dd78
7
- data.tar.gz: 57dc28a16065a13f617d80030b07898019abdad70a1260533f4097c29d2468229f82b5d7cdc97ffe66b4dc51b23e676e4813a635220c27a795d678b6eb635d54
6
+ metadata.gz: d4245a632bc81344a087a429b39c117658fda9ec0b1a6b6f9e5f5bc3a4ac132ea384e4d33d93c38f52c3c154205fc265b6f0a873f3faa4187edb0aee80322fb0
7
+ data.tar.gz: a023644677f807c904302eba6f49c14c4890d700a787bf474af93625671b9683899de0dee29e91e3cd7b7c4874dac021480cde7d9ed3a1a5a0579bbc4d40e3e3
@@ -1,3 +1,5 @@
1
+ require 'exifr'
2
+
1
3
  class PhotoGeoloader
2
4
 
3
5
  attr_accessor :photo_path, :data, :attributes, :position
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: photo_geoloader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marek Aufart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-06 00:00:00.000000000 Z
11
+ date: 2013-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: exifr
@@ -67,7 +67,7 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: 0.9.12.2
69
69
  description: Load GPS coordinates from uploaded photos exif meta information into
70
- Rails models.
70
+ usually Rails models.
71
71
  email: aufi.cz@gmail.com
72
72
  executables: []
73
73
  extensions: []
@@ -97,5 +97,5 @@ rubyforge_project:
97
97
  rubygems_version: 2.1.10
98
98
  signing_key:
99
99
  specification_version: 4
100
- summary: Load GPS coordinates from uploaded photos into Rails models.
100
+ summary: Load GPS coordinates from uploaded photos into models.
101
101
  test_files: []