akismet 1.0.1 → 1.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/akismet/version.rb +1 -1
  3. metadata +9 -11
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 21be3c8269a6a3727bbe1760d106b450cb7bc48d
4
+ data.tar.gz: 92ff9426460df5eed3b240d577375323f0a668c4
5
+ SHA512:
6
+ metadata.gz: 82c9fbcc9d514619e2c19c3a4b12625e7e8744b98746910346fd562bc527401ff22d7fa0871fd785af44697375ed261645a599acd5471e75dec4f95b97e40d54
7
+ data.tar.gz: 0f5f1f79dd1525f89627a41f857d78713ccfd3ff69aae9c6ac7e8be85777165a822a4e959c997427d5727e5b85d914fea564f1ce138e9cd70fc1ff98c2dfaa33
@@ -1,6 +1,6 @@
1
1
  module Akismet
2
2
  # The version of the Akismet gem.
3
- VERSION = '1.0.1'
3
+ VERSION = '1.0.2'
4
4
 
5
5
  # The supported version of the Akismet API.
6
6
  API_VERSION = '1.3'
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: akismet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
5
- prerelease:
4
+ version: 1.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Jonah Burke
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-12-05 00:00:00.000000000 Z
11
+ date: 2014-12-07 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: A Ruby client for the Akismet API
15
14
  email: jonah@jonahb.com
@@ -17,35 +16,34 @@ executables: []
17
16
  extensions: []
18
17
  extra_rdoc_files: []
19
18
  files:
20
- - README.md
21
19
  - MIT-LICENSE
20
+ - README.md
21
+ - lib/akismet.rb
22
22
  - lib/akismet/client.rb
23
23
  - lib/akismet/error.rb
24
24
  - lib/akismet/version.rb
25
- - lib/akismet.rb
26
25
  homepage: http://github.com/jonahb/akismet
27
26
  licenses:
28
27
  - MIT
28
+ metadata: {}
29
29
  post_install_message:
30
30
  rdoc_options: []
31
31
  require_paths:
32
32
  - lib
33
33
  required_ruby_version: !ruby/object:Gem::Requirement
34
- none: false
35
34
  requirements:
36
- - - ! '>='
35
+ - - ">="
37
36
  - !ruby/object:Gem::Version
38
37
  version: '0'
39
38
  required_rubygems_version: !ruby/object:Gem::Requirement
40
- none: false
41
39
  requirements:
42
- - - ! '>='
40
+ - - ">="
43
41
  - !ruby/object:Gem::Version
44
42
  version: '0'
45
43
  requirements: []
46
44
  rubyforge_project:
47
- rubygems_version: 1.8.23.2
45
+ rubygems_version: 2.4.3
48
46
  signing_key:
49
- specification_version: 3
47
+ specification_version: 4
50
48
  summary: A Ruby client for the Akismet API
51
49
  test_files: []