webpurify_api 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a4ea6940d9d2711e3bfdee6291b989844830c37
4
- data.tar.gz: 50ace9352abfe313b9ea5bb584666f724db45f20
3
+ metadata.gz: 7afbc3b7550c1e7fff41d529ac3a0d5a5ec113c3
4
+ data.tar.gz: a895a109641c3448cffffff36fae5f9e3133c3cb
5
5
  SHA512:
6
- metadata.gz: b4d89746dc1a46f4815b0e52fa870b2b974ee3ecb82fb7eeb78e19fef08a1bd71f964be93cdef4d53e01e65ac68cf4393b44c24eaf7e8b1455bd467c490b853d
7
- data.tar.gz: aa034514dfa5adee93d8280f6a7b65513c98c77e0e42af6e513c9d46acf75c46a34f07cfcd6f1dcd8b44bee7bfa7353b811eeb21e15ffc26516bcb41da35ef60
6
+ metadata.gz: 281afb160d690acdd84b7d44b3241f72a199f8f514eb210397d29cd793cc24b6e0d3da334c5dfb2f8bfaa1b110d929aaa1a64add3cc5d8fe1006117c5d1cb496
7
+ data.tar.gz: b26acf6051f5cef3dbf45292ab9388b1373f65a01ef44819f349766448c43e9e130246d78c0835e89117546b79ef7edf846701b96155227bf58c2ade3a5ec70b
data/.gitignore CHANGED
@@ -11,4 +11,5 @@
11
11
  *.so
12
12
  *.o
13
13
  *.a
14
+ *.gem
14
15
  mkmf.log
@@ -1,3 +1,3 @@
1
1
  module WebpurifyApi
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["olivier@veilleperso.com"]
11
11
  spec.summary = %q{Small wrapper aroud webpurify.com image moderation api.}
12
12
  spec.description = %q{Wrapper for webpurify.com image moderation api, built for my own needs.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/veilleperso/webpurify_api"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_development_dependency "bundler", "~> 1.7"
22
22
  spec.add_development_dependency "rake", "~> 10.0"
23
- spec.add_runtime_dependency "rest-client", "~> 1.7.2"
24
- spec.add_runtime_dependency "activesupport"
23
+ spec.add_runtime_dependency "rest-client", "~> 1.7"
24
+ spec.add_runtime_dependency "activesupport", '~> 4.0'
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webpurify_api
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
  - Olivier
@@ -44,28 +44,28 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 1.7.2
47
+ version: '1.7'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 1.7.2
54
+ version: '1.7'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: activesupport
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ">="
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '0'
61
+ version: '4.0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">="
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '0'
68
+ version: '4.0'
69
69
  description: Wrapper for webpurify.com image moderation api, built for my own needs.
70
70
  email:
71
71
  - olivier@veilleperso.com
@@ -83,7 +83,7 @@ files:
83
83
  - lib/webpurify_api/image.rb
84
84
  - lib/webpurify_api/version.rb
85
85
  - webpurify_api.gemspec
86
- homepage: ''
86
+ homepage: https://github.com/veilleperso/webpurify_api
87
87
  licenses:
88
88
  - MIT
89
89
  metadata: {}