ruby3mf 0.2.9 → 0.2.10

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: bfa77bf22c653104e5afdffb0eb593491b2b8fb5
4
- data.tar.gz: 06a01c80a9fc143e4fee068804b66f224c8b50c2
3
+ metadata.gz: 3d222d6bc22628f98e9a454d4be2254f93ce0018
4
+ data.tar.gz: d93ef266a07e23c929a96dc291dec40989f0ba57
5
5
  SHA512:
6
- metadata.gz: 0e2a9b6c647f2e0f7f50ca5fd67ee846ee69720a8b784fa7efa51c01a167f989eb55364f663d5fb95fd19dae5fdaa41a79768997e93438225ee14686dedecf0a
7
- data.tar.gz: 66a8434cd4017727199c0f6017f6d55baaafb6e91ce938ddb4d8df8afcb387f24809f7ac6f853f795b976648b665c5a4cb6bc1b19b80c615b36fb247f716c64d
6
+ metadata.gz: 7015e4ddb32f12c7c0727b7e768da244972012da7cd69e8124af31d1130651e637f9a2038bfc2f15a0c057b0059df961de4c13572587f0a2b03892b05374a067
7
+ data.tar.gz: e2adc817fd4513cc3bae4109e79da77fab1491b37f74fbb99c04e1ee9a7a87fc4585e135b6c227f9f6ce4d696b8b0bac7f559c2010e09c2312bdb873c3c29cff
data/README.md CHANGED
@@ -41,7 +41,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
41
41
 
42
42
  ## Contributing
43
43
 
44
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ruby3mf. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
44
+ Bug reports and pull requests are welcome on GitHub at https://github.com/IPGPTP/ruby3mf. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
45
45
 
46
46
 
47
47
  ## License
@@ -1,3 +1,3 @@
1
1
  module Ruby3mf
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
3
3
  end
data/ruby3mf.gemspec CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.add_development_dependency "simplecov"
26
26
 
27
27
  spec.add_runtime_dependency 'rubyzip'
28
- spec.add_runtime_dependency 'nokogiri', '~>1.6.8'
28
+ spec.add_runtime_dependency 'nokogiri', '~>1.7.1'
29
29
  spec.add_runtime_dependency 'mimemagic'
30
30
  spec.add_runtime_dependency 'mini_magick', '~> 4.6'
31
31
  spec.add_runtime_dependency 'addressable', '~> 2.5'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby3mf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Whitmarsh, Jeff Porter, and William Hertling
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-02 00:00:00.000000000 Z
11
+ date: 2017-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 1.6.8
89
+ version: 1.7.1
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: 1.6.8
96
+ version: 1.7.1
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: mimemagic
99
99
  requirement: !ruby/object:Gem::Requirement