weibo_focus 1.0.7 → 1.0.8

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.
@@ -0,0 +1,6 @@
1
+ module Weibo
2
+ INTFOCUS = "wwww.google.com"
3
+ end
4
+ module Weibo
5
+ VERSION = "1.0.7"
6
+ end
@@ -1,3 +1,3 @@
1
1
  module Weibo
2
- VERSION = "1.0.7"
2
+ VERSION = "1.0.8"
3
3
  end
data/lib/weibo_focus.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require "weibo_focus/version"
2
- require "weibo_focus/weibo_config"
2
+ require "weibo_focus/config"
3
3
 
4
4
  module Weibo
5
5
  class IntFocus
data/weibo_focus.gemspec CHANGED
@@ -5,13 +5,23 @@ Gem::Specification.new do |gem|
5
5
  gem.authors = ["jay_li"]
6
6
  gem.email = ["jay_li@intfocus.com"]
7
7
  gem.description = %q{oauth2 intface for sina weibo}
8
- gem.summary = %q{oauth2 intface for sina weibo}
8
+ gem.summary = %q{for sina weibo}
9
9
  gem.homepage = ""
10
10
 
11
- gem.files = `git ls-files`.split($\)
11
+ # gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
13
13
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
14
  gem.name = "weibo_focus"
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = Weibo::VERSION
17
+ gem.files = [
18
+ "Gemfile",
19
+ "LICENSE",
20
+ "README.md",
21
+ "Rakefile",
22
+ "lib/weibo_focus.rb",
23
+ "lib/weibo_focus/version.rb",
24
+ "lib/weibo_focus/config.rb",
25
+ "weibo_focus.gemspec"
26
+ ]
17
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weibo_focus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,13 +18,13 @@ executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - .gitignore
22
21
  - Gemfile
23
22
  - LICENSE
24
23
  - README.md
25
24
  - Rakefile
26
25
  - lib/weibo_focus.rb
27
26
  - lib/weibo_focus/version.rb
27
+ - lib/weibo_focus/config.rb
28
28
  - weibo_focus.gemspec
29
29
  homepage: ''
30
30
  licenses: []
@@ -49,5 +49,5 @@ rubyforge_project:
49
49
  rubygems_version: 1.8.22
50
50
  signing_key:
51
51
  specification_version: 3
52
- summary: oauth2 intface for sina weibo
52
+ summary: for sina weibo
53
53
  test_files: []
data/.gitignore DELETED
@@ -1,17 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp