easy_basecamp 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/easy_basecamp.gemspec +1 -1
  2. data/lib/basecamp.rb +2 -2
  3. metadata +4 -4
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "easy_basecamp"
3
- s.version = "0.0.1"
3
+ s.version = "0.0.2"
4
4
  s.email = "g.marcilhacy@gmail.com"
5
5
  s.homepage = "https://github.com/gregorym/easy-basecamp"
6
6
  s.summary = "Ruby wrapper of the Basecamp API"
data/lib/basecamp.rb CHANGED
@@ -7,8 +7,8 @@ module Basecamp
7
7
 
8
8
  def self.establish_connection!(ssl, subdomain, user, password = 'X')
9
9
  site = ssl ? "https://" : "http://"
10
- self.site = [site, app, ".basecamphq.com/"].join
11
- self.user = api_key
10
+ self.site = [site, subdomain, ".basecamphq.com/"].join
11
+ self.user = user
12
12
  self.password = password
13
13
  self
14
14
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_basecamp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Gr\xC3\xA9gory Marcilhacy"
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  requirements: []
88
88
 
89
89
  rubyforge_project:
90
- rubygems_version: 1.6.2
90
+ rubygems_version: 1.4.1
91
91
  signing_key:
92
92
  specification_version: 3
93
93
  summary: Ruby wrapper of the Basecamp API