flying-sphinx 0.0.2 → 0.0.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.0.2
1
+ 0.0.3
@@ -5,7 +5,7 @@ class FlyingSphinx::API
5
5
 
6
6
  attr_reader :api_key, :heroku_id
7
7
 
8
- def initialize(api_key, heroku_id)
8
+ def initialize(heroku_id, api_key)
9
9
  @api_key = api_key
10
10
  @heroku_id = heroku_id
11
11
  end
@@ -9,7 +9,7 @@ class FlyingSphinx::Configuration
9
9
  end
10
10
 
11
11
  def api
12
- @api ||= FlyingSphinx::API.new(api_key, heroku_id)
12
+ @api ||= FlyingSphinx::API.new(heroku_id, api_key)
13
13
  end
14
14
 
15
15
  private
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flying-sphinx
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Pat Allan