micro_exiftool 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3392b6294a746659c23c9a0781fdce1e5cf4e52d
4
- data.tar.gz: effe61579e027b82a6ac94678664522ccccea3fa
3
+ metadata.gz: 017180c9fa8dd0a2f1320f22b5bb5b1d12ff450b
4
+ data.tar.gz: bc01835ada390c846151a4351a1dc61be7f3e816
5
5
  SHA512:
6
- metadata.gz: cb967bc6f82725dc338e8a8ddca858f068cf77190cbb9cf54aae56eacf0671e6e9ed660394b5cdb93f74d4fc024a3d9b80bca6ef5eccd9eb488001ae12d5f33c
7
- data.tar.gz: 459a170ef73c7f6d52c43c64de69fccd203caadd63aa2d78b1605e39e079089614934385e7ccb7ab2f397208998efa88d87aad81dc01b445a9e545bb7531d406
6
+ metadata.gz: 86f50f58f2c2997f6079eac3991fd93983c18055aa738de9ed73d97386fea1a4756e15559b3955d2d689abc0384e61eddef68faecb4ae5a58d66fc7adde01f88
7
+ data.tar.gz: 69963d27c20a47480f468830122f555b1d480b7f7e1479fe337993b7e86cacb20b01547b5a38af90d2f80c0f74f86428e4a052c66e2289e9f57b4bd9cbf72647
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- micro_exiftool (0.1.0)
4
+ micro_exiftool (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -35,7 +35,7 @@ module MicroExiftool
35
35
  stdin_data: update_json
36
36
  )
37
37
 
38
- @file_attributes.merge!(new_attributes) if defined? @file_attributes
38
+ @file_attributes = nil
39
39
  true
40
40
  end
41
41
 
@@ -1,3 +1,3 @@
1
1
  module MicroExiftool
2
- VERSION = "0.1.0"
2
+ VERSION = '0.1.1'
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Tobias Kraze"]
10
10
  spec.email = ["tobias.kraze@makandra.de"]
11
11
  spec.summary = %q{Minimal ruby wrapper around exiftool..}
12
- spec.homepage = ""
12
+ spec.homepage = "https://github.com/makandra/micro_exiftool"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: micro_exiftool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Kraze
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-28 00:00:00.000000000 Z
11
+ date: 2015-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -74,7 +74,7 @@ files:
74
74
  - spec/assets/image.jpg
75
75
  - spec/file_spec.rb
76
76
  - spec/spec_helper.rb
77
- homepage: ''
77
+ homepage: https://github.com/makandra/micro_exiftool
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: {}