consadole_aggregator 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -23,7 +23,8 @@ output = case params['output']
23
23
  when 'twitter'
24
24
  require 'oauth'
25
25
  require 'rubytter'
26
- ACCOUNT = YAML.load_file('account.yaml')
26
+ path = File.expand_path('../../', __FILE__) + 'account.yaml'
27
+ ACCOUNT = YAML.load_file(path)
27
28
  oauth = Rubytter::OAuth.new(ACCOUNT['consumer']['key'], ACCOUNT['consumer']['secret'])
28
29
  access_token = OAuth::AccessToken.new(oauth.create_consumer, ACCOUNT['access']['key'], ACCOUNT['access']['secret'])
29
30
  t = OAuthRubytter.new(access_token)
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{consadole_aggregator}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["niku"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: consadole_aggregator
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - niku
@@ -270,7 +270,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
270
270
  requirements:
271
271
  - - ">="
272
272
  - !ruby/object:Gem::Version
273
- hash: -1812171490255371415
273
+ hash: -1721978076807927284
274
274
  segments:
275
275
  - 0
276
276
  version: "0"