github-api-client 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/Gemfile +16 -0
  2. data/Gemfile.lock +64 -0
  3. data/VERSION +1 -1
  4. data/lib/github-api-client.rb +1 -3
  5. metadata +6 -4
data/Gemfile ADDED
@@ -0,0 +1,16 @@
1
+ source "http://rubygems.org"
2
+
3
+ gem "rainbow"
4
+ gem "activerecord", ">= 3.0.3"
5
+ gem "activesupport", ">= 3.0.3"
6
+ gem "sqlite3-ruby"
7
+
8
+ group :development do
9
+ gem "rspec", ">= 2.3.0"
10
+ gem "mocha"
11
+ gem "yard", ">= 0.6.0"
12
+ gem "cucumber"
13
+ gem "bundler", ">= 1.0.0"
14
+ gem "jeweler", ">= 1.5.2"
15
+ gem "rcov"
16
+ end
@@ -0,0 +1,64 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ activemodel (3.0.3)
5
+ activesupport (= 3.0.3)
6
+ builder (~> 2.1.2)
7
+ i18n (~> 0.4)
8
+ activerecord (3.0.3)
9
+ activemodel (= 3.0.3)
10
+ activesupport (= 3.0.3)
11
+ arel (~> 2.0.2)
12
+ tzinfo (~> 0.3.23)
13
+ activesupport (3.0.3)
14
+ arel (2.0.6)
15
+ builder (2.1.2)
16
+ cucumber (0.10.0)
17
+ builder (>= 2.1.2)
18
+ diff-lcs (~> 1.1.2)
19
+ gherkin (~> 2.3.2)
20
+ json (~> 1.4.6)
21
+ term-ansicolor (~> 1.0.5)
22
+ diff-lcs (1.1.2)
23
+ gherkin (2.3.3)
24
+ json (~> 1.4.6)
25
+ git (1.2.5)
26
+ i18n (0.5.0)
27
+ jeweler (1.5.2)
28
+ bundler (~> 1.0.0)
29
+ git (>= 1.2.5)
30
+ rake
31
+ json (1.4.6)
32
+ mocha (0.9.10)
33
+ rake
34
+ rainbow (1.1)
35
+ rake (0.8.7)
36
+ rcov (0.9.9)
37
+ rspec (2.4.0)
38
+ rspec-core (~> 2.4.0)
39
+ rspec-expectations (~> 2.4.0)
40
+ rspec-mocks (~> 2.4.0)
41
+ rspec-core (2.4.0)
42
+ rspec-expectations (2.4.0)
43
+ diff-lcs (~> 1.1.2)
44
+ rspec-mocks (2.4.0)
45
+ sqlite3-ruby (1.3.2)
46
+ term-ansicolor (1.0.5)
47
+ tzinfo (0.3.23)
48
+ yard (0.6.4)
49
+
50
+ PLATFORMS
51
+ ruby
52
+
53
+ DEPENDENCIES
54
+ activerecord (>= 3.0.3)
55
+ activesupport (>= 3.0.3)
56
+ bundler (>= 1.0.0)
57
+ cucumber
58
+ jeweler (>= 1.5.2)
59
+ mocha
60
+ rainbow
61
+ rcov
62
+ rspec (>= 2.3.0)
63
+ sqlite3-ruby
64
+ yard (>= 0.6.0)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.6
1
+ 0.2.7
@@ -1,9 +1,7 @@
1
1
  require 'rubygems'
2
- require 'bundler'
3
-
4
- Bundler.setup(:default)
5
2
 
6
3
  ROOT = File.expand_path('../', File.dirname(__FILE__))
4
+
7
5
  $:.unshift File.dirname(__FILE__)
8
6
 
9
7
  require 'net/http'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 6
9
- version: 0.2.6
8
+ - 7
9
+ version: 0.2.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Jakub Oko\xC5\x84ski"
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-07 00:00:00 +01:00
17
+ date: 2011-01-10 00:00:00 +01:00
18
18
  default_executable: api-browser.rb
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -182,6 +182,8 @@ extra_rdoc_files:
182
182
  - LICENSE.txt
183
183
  - README.rdoc
184
184
  files:
185
+ - Gemfile
186
+ - Gemfile.lock
185
187
  - VERSION
186
188
  - db/migrate/001_create_users.rb
187
189
  - db/migrate/002_create_user_followings.rb
@@ -219,7 +221,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
219
221
  requirements:
220
222
  - - ">="
221
223
  - !ruby/object:Gem::Version
222
- hash: 4308347029260914289
224
+ hash: -1468071380660679267
223
225
  segments:
224
226
  - 0
225
227
  version: "0"