weibo_2 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/weibo_2/version.rb +1 -1
  2. data/weibo_2.gemspec +3 -2
  3. metadata +6 -4
@@ -3,7 +3,7 @@ module WeiboOAuth2
3
3
  class Version
4
4
  MAJOR = 0 unless defined? MAJOR
5
5
  MINOR = 1 unless defined? MINOR
6
- PATCH = 0 unless defined? PATCH
6
+ PATCH = 1 unless defined? PATCH
7
7
  PRE = nil unless defined? PRE
8
8
 
9
9
  class << self
data/weibo_2.gemspec CHANGED
@@ -4,9 +4,10 @@ require File.expand_path('../lib/weibo_2/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["simsicon"]
6
6
  gem.email = ["simsicon@gmail.com"]
7
- gem.description = "A oauth2 gem for weibo"
7
+ gem.description = %q{WeioOAuth2 is a Ruby gem that provides a wrapper for interacting with sina weibo's v2 API,
8
+ which is currently the latest version. The output data format is Hashie::Mash}
8
9
  gem.summary = "A oauth2 gem for weibo"
9
- gem.homepage = ""
10
+ gem.homepage = "http://github.com/simsicon/weibo_2"
10
11
 
11
12
  gem.files = `git ls-files`.split($\)
12
13
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weibo_2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-16 00:00:00.000000000 Z
12
+ date: 2012-08-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -91,7 +91,9 @@ dependencies:
91
91
  - - ~>
92
92
  - !ruby/object:Gem::Version
93
93
  version: 1.6.7
94
- description: A oauth2 gem for weibo
94
+ description: ! "WeioOAuth2 is a Ruby gem that provides a wrapper for interacting with
95
+ sina weibo's v2 API, \n which is currently the latest version.
96
+ The output data format is Hashie::Mash"
95
97
  email:
96
98
  - simsicon@gmail.com
97
99
  executables: []
@@ -139,7 +141,7 @@ files:
139
141
  - lib/weibo_2/version.rb
140
142
  - spec/client_spec.rb
141
143
  - weibo_2.gemspec
142
- homepage: ''
144
+ homepage: http://github.com/simsicon/weibo_2
143
145
  licenses: []
144
146
  post_install_message:
145
147
  rdoc_options: []