mollom_rest_api 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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MWZiNDM0Mjg5ZGIyMmZhMTdmYWI4OWY3YTg0NWE4Mjk5OWNlZmI5Zg==
5
- data.tar.gz: !binary |-
6
- MjUxNGVkZDljYTU1ZDYyZWQyY2I0MTU3ZTU0Y2I4MWZmYWFiNmRjZA==
2
+ SHA1:
3
+ metadata.gz: 16d964eee7175b72c4f4b5115a19d217728be894
4
+ data.tar.gz: 8bad4783ebfb01c13096084f2eebad639c06a363
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ZDE2NGFjNmM1ZWZhOGQyNWIwYjk5MzRmNDkxNGU1OGRmM2Q3NTUxNDVlNzk5
10
- MzkyYWEyNDYyNWYzMTQ4ZDQ5YmFjMWZmZWY1NzFiYzc3NmZiODZkMWQ3MWE3
11
- NjI5ZWExMjllODY0MGM1MjJhNTBjM2RkYzliNDhkMjVhZjA2MzE=
12
- data.tar.gz: !binary |-
13
- OWZmMzU1YWI0YzgyODk3NjMyODhjZDE0MWE2NDA4MTc2NTRlYWUwN2QwZGE1
14
- YTBmZGIxNzNjYjczNGIzNzcwNDZkMzlhZTM2ZTY4YTIzNGU2ZDZkZWQ2YWJk
15
- OWVjZDY4Y2JjMjc0ZTNkMmE4ODk2ZGI3MzE5NGY5MTMzNTY4YWQ=
6
+ metadata.gz: 4f3121d332618d4f0635356059f7983f7a4f27fc98f15067e1e75913ea5d5cd798657c27e4466e82082d6cce0c82cb9ccb55a3de09920e75593e6f0b0bb47d6f
7
+ data.tar.gz: 1221fe8388a4bd599f09de9f2c3827c98e1b93c0d82c820a9a29151d48fb180b147784d5b2cb3d4ddfb7eb64a64d3263d0cb977cfdc3287d749fbd0dd1c314d4
data/README.md CHANGED
@@ -5,6 +5,10 @@
5
5
 
6
6
  mollom_rest_api is a ruby wrapper, using oauth authentication, for the [Mollom](https://mollom.com) Rest API.
7
7
 
8
+ Tested against:
9
+ - Ruby 1.9.3
10
+ - Ruby 2.1.2
11
+
8
12
  ## Installation
9
13
 
10
14
  Add to your Gemfile:
@@ -83,4 +87,5 @@ MollomRestApi::V1::verify_captcha("captchaId", "solution", {authorName: "Bob", .
83
87
 
84
88
  ### Contributors
85
89
  + [royjs](https://github.com/royjs)
90
+ + [nicholaslemay](https://github.com/nicholaslemay)
86
91
  + [krystosterone](https://github.com/krystosterone)
@@ -1,3 +1,3 @@
1
1
  module MollomRestApi
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mollom_rest_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
  - Jean-Sébastien Roy
@@ -15,28 +15,28 @@ dependencies:
15
15
  name: oauth
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ! '>='
18
+ - - '>='
19
19
  - !ruby/object:Gem::Version
20
20
  version: '0'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ! '>='
25
+ - - '>='
26
26
  - !ruby/object:Gem::Version
27
27
  version: '0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: activesupport
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - ! '>='
32
+ - - '>='
33
33
  - !ruby/object:Gem::Version
34
34
  version: '0'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - ! '>='
39
+ - - '>='
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  description: A ruby wrapper for the Mollom Rest API.
@@ -47,6 +47,7 @@ extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
49
  - .gitignore
50
+ - .ruby-version
50
51
  - .travis.yml
51
52
  - Gemfile
52
53
  - Guardfile
@@ -126,12 +127,12 @@ require_paths:
126
127
  - lib
127
128
  required_ruby_version: !ruby/object:Gem::Requirement
128
129
  requirements:
129
- - - ! '>='
130
+ - - '>='
130
131
  - !ruby/object:Gem::Version
131
132
  version: '0'
132
133
  required_rubygems_version: !ruby/object:Gem::Requirement
133
134
  requirements:
134
- - - ! '>='
135
+ - - '>='
135
136
  - !ruby/object:Gem::Version
136
137
  version: '0'
137
138
  requirements: []