exiftoolr 0.0.8 → 0.0.9

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: 3965c4ea2139723c1b307ae602ba6d154994295f
4
- data.tar.gz: 132c7534e8e9a96b30cdaeb318bf85b5231f530d
3
+ metadata.gz: 9c4230e0116eee40f519e4259f6c8469c4756bf7
4
+ data.tar.gz: 3ab21055dae2d4f3b4bc5839c0d096da8beeb323
5
5
  SHA512:
6
- metadata.gz: 8d0400394a42eb066765d2a525bf5dcbc0b999ecd100bfdc422fbf91abb1e7cb1d28135b640135c65f3cd1cad1f5afcb4a2c72d85df0d839f57c5cd47c589da2
7
- data.tar.gz: 9dd74f21da6de5ae17f85dd78f49e28302a05ae741df8743033088513f34fe10fef45d1de4ab20753b57f70908acc7523991acff10c2aa5dd06033265021a1da
6
+ metadata.gz: 23a797844c0196d46919811515202ad52dcf68647a07ec8f3ee9e3cd50fda1ff47269e3308eff5d2cb568341a7c3dfe6dc116c91827e5b612877c91dae0e0b9e
7
+ data.tar.gz: 2e3966f75669e3ade2bc0458f83dbcb202f939fb2d314f58cf9ba0c2c437fea691770cd81296668b8cca9a2f8393efe6b298641706a5a6c77c47d2c0ebf143a7
data/README.md CHANGED
@@ -74,6 +74,10 @@ Exiftoolr.new("Gemfile").errors?
74
74
 
75
75
  ## Change history
76
76
 
77
+ ### 0.0.9
78
+
79
+ * Explicitly added MIT licensing to the gemspec.
80
+
77
81
  ### 0.0.8
78
82
 
79
83
  * Extracted methods in parsing to make the code complexity lower. FOUR DOT OH GPA
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "https://github.com/mceachen/exiftoolr"
11
11
  s.summary = %q{Multiget ExifTool wrapper for ruby}
12
12
  s.description = %q{Multiget ExifTool wrapper for ruby}
13
+ s.license = 'MIT'
13
14
 
14
15
  s.rubyforge_project = "exiftoolr"
15
16
 
@@ -1,3 +1,3 @@
1
1
  class Exiftoolr
2
- VERSION = Gem::Version.new("0.0.8")
2
+ VERSION = Gem::Version.new("0.0.9")
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exiftoolr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew McEachen
@@ -64,7 +64,8 @@ files:
64
64
  - test/iPhone 4S.jpg.yaml
65
65
  - test/test_exiftoolr.rb
66
66
  homepage: https://github.com/mceachen/exiftoolr
67
- licenses: []
67
+ licenses:
68
+ - MIT
68
69
  metadata: {}
69
70
  post_install_message:
70
71
  rdoc_options: []