consadole_aggregator 0.1.2 → 0.1.3

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.2
1
+ 0.1.3
@@ -23,7 +23,7 @@ output = case params['output']
23
23
  when 'twitter'
24
24
  require 'oauth'
25
25
  require 'rubytter'
26
- path = File.expand_path('../../', __FILE__) + 'account.yaml'
26
+ path = File.expand_path('../../', __FILE__) + '/account.yaml'
27
27
  ACCOUNT = YAML.load_file(path)
28
28
  oauth = Rubytter::OAuth.new(ACCOUNT['consumer']['key'], ACCOUNT['consumer']['secret'])
29
29
  access_token = OAuth::AccessToken.new(oauth.create_consumer, ACCOUNT['access']['key'], ACCOUNT['access']['secret'])
@@ -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.2"
8
+ s.version = "0.1.3"
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.2
5
+ version: 0.1.3
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: -1721978076807927284
273
+ hash: -3168630633292937351
274
274
  segments:
275
275
  - 0
276
276
  version: "0"