angel_list 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module AngelList
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
data/lib/angel_list.rb CHANGED
@@ -21,7 +21,7 @@ require 'angel_list/tag'
21
21
  require 'angel_list/response'
22
22
 
23
23
  if File.exists?('config/angel_list.yml')
24
- oauth_config = YAML.load_file('config/weibo.yml')[ENV["RAILS_ENV"] || ENV["RACK_ENV"] || "development"]
24
+ oauth_config = YAML.load_file('config/angel_list.yml')[ENV["RAILS_ENV"] || ENV["RACK_ENV"] || "development"]
25
25
  puts oauth_config.inspect
26
26
  AngelList::Config.options = oauth_config
27
27
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: angel_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: