wikipedia-client 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,4 +1,6 @@
1
1
  .rbenv-version
2
+ .ruby-version
3
+ *.gem
2
4
  *.swp
3
5
  *.tmp
4
6
  *.log
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wikipedia-client (1.3.2)
4
+ wikipedia-client (1.3.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module Wikipedia
2
- VERSION = "1.3.2"
2
+ VERSION = "1.3.3"
3
3
  end
@@ -10,7 +10,7 @@ spec = Gem::Specification.new do |s|
10
10
 
11
11
  s.license = 'MIT'
12
12
  s.authors = ["Cyril David", "Ken Pratt", "Mike Haugland"]
13
- s.date = "2013-06-30"
13
+ s.date = "2014-04-16"
14
14
  s.description = "Ruby client for the Wikipedia API"
15
15
  s.email = "mike.haugland@gmail.com"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wikipedia-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-06-30 00:00:00.000000000 Z
14
+ date: 2014-04-16 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rake