turingstudio-basecamp-rb 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Basecamp #:nodoc:
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
data/spec/spec_helper.rb CHANGED
@@ -15,7 +15,7 @@ USE_SSL = true
15
15
 
16
16
  TEST_PROJECT_ID = 2975113
17
17
  TEST_MESSAGE_ID = 20289953 # TEST_MESSAGE SHOULD BELONG TO TEST PROJECT!!!
18
- TEST_COMPANY_ID = 0000000
18
+ TEST_COMPANY_ID = 1287602
19
19
  TEST_PERSON_ID = 3509479
20
20
 
21
21
  def establish_connection
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turingstudio-basecamp-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Turing Studio, Inc.