gitnetworkitis 0.1.0 → 0.2.0

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.
Files changed (57) hide show
  1. data/.document +5 -0
  2. data/.rspec +1 -0
  3. data/.rvmrc +4 -0
  4. data/Gemfile +15 -0
  5. data/Gemfile.lock +34 -0
  6. data/README.rdoc +1 -1
  7. data/Rakefile +50 -0
  8. data/VERSION +1 -0
  9. data/gitnetworkitis-0.1.0.gem +0 -0
  10. data/gitnetworkitis.gemspec +127 -0
  11. data/lib/gitnetworkitis/network_data.rb +4 -0
  12. data/spec/base_spec.rb +46 -0
  13. data/spec/branch_spec.rb +31 -0
  14. data/spec/commit_spec.rb +8 -0
  15. data/spec/gitnetworkitis_spec.rb +4 -0
  16. data/spec/network_data_spec.rb +153 -0
  17. data/spec/network_meta_spec.rb +59 -0
  18. data/spec/repository_spec.rb +56 -0
  19. data/spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=0.json +1 -0
  20. data/spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=1.json +1 -0
  21. data/spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=2.json +1 -0
  22. data/spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=3.json +1 -0
  23. data/spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=4.json +1 -0
  24. data/spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=5.json +1 -0
  25. data/spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=0.json +1 -0
  26. data/spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=1.json +1 -0
  27. data/spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=2.json +1 -0
  28. data/spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=3.json +1 -0
  29. data/spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=4.json +1 -0
  30. data/spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=0.json +1 -0
  31. data/spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=1.json +1 -0
  32. data/spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=2.json +1 -0
  33. data/spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=3.json +1 -0
  34. data/spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=4.json +1 -0
  35. data/spec/responses/girlambition/0-500.json +1 -0
  36. data/spec/responses/girlambition/1002-1502.json +1 -0
  37. data/spec/responses/girlambition/1503-2003.json +1 -0
  38. data/spec/responses/girlambition/2004-2504.json +1 -0
  39. data/spec/responses/girlambition/2505-3005.json +1 -0
  40. data/spec/responses/girlambition/3006-3506.json +1 -0
  41. data/spec/responses/girlambition/3507-4007.json +1 -0
  42. data/spec/responses/girlambition/4008-4508.json +1 -0
  43. data/spec/responses/girlambition/4509-4999.json +1 -0
  44. data/spec/responses/girlambition/501-1001.json +1 -0
  45. data/spec/responses/girlambition/repos_show_turingstudio_website-girlambition_branches.json +1 -0
  46. data/spec/responses/girlambition/turingstudio_website-girlambition_network_meta.json +1 -0
  47. data/spec/responses/loupe/repos_show_turingstudio_loupe.json +1 -0
  48. data/spec/responses/loupe/repos_show_turingstudio_loupe_branches.json +1 -0
  49. data/spec/responses/loupe/turingstudio_loupe_068161e2c05a6b8029a7eb410dd27b1dfa531338?start=1&end=5.json +1 -0
  50. data/spec/responses/loupe/turingstudio_loupe_068161e2c05a6b8029a7eb410dd27b1dfa531338?start=130.json +1 -0
  51. data/spec/responses/loupe/turingstudio_loupe_branch.json +1 -0
  52. data/spec/responses/loupe/turingstudio_loupe_network_data.json +1 -0
  53. data/spec/responses/loupe/turingstudio_loupe_network_meta.json +1 -0
  54. data/spec/responses/repos_show_jcoutu.json +1 -0
  55. data/spec/responses/repos_watched_jcoutu.json +1 -0
  56. data/spec/spec_helper.rb +78 -0
  57. metadata +77 -39
@@ -0,0 +1,78 @@
1
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
2
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
3
+ require 'rspec'
4
+ require 'gitnetworkitis'
5
+ require 'fakeweb'
6
+
7
+ # Requires supporting files with custom matchers and macros, etc,
8
+ # in ./support/ and its subdirectories.
9
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
10
+
11
+ RSpec.configure do |config|
12
+ config.before(:each) {
13
+ #Github username
14
+ @username = "jcoutu"
15
+
16
+ #Github Toekn
17
+ @token = "0ea98987469a2ef1daee5d1e30b42fd8"
18
+
19
+ #This will tell the tests to use fakeweb responses or not. Removing this will mostly likely cause test failures
20
+ @fake_web_requests = true
21
+
22
+ }
23
+ end
24
+
25
+
26
+ def response_file(*path)
27
+ File.join(File.dirname(__FILE__), "responses", path)
28
+ end
29
+
30
+ def fake_responses
31
+ if @fake_web_requests
32
+ FakeWeb.allow_net_connect = true
33
+ FakeWeb.clean_registry
34
+ auth = "#{@username}%2Ftoken:#{@token}@"
35
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/repos/watched/jcoutu", :body => response_file('repos_watched_jcoutu.json'))
36
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/repos/show/jcoutu", :body => response_file('repos_show_jcoutu.json'))
37
+
38
+ #Loupe Responses
39
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/repos/show/turingstudio/loupe", :body => response_file('loupe/repos_show_turingstudio_loupe.json'))
40
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/loupe/network_meta", :body => response_file('loupe/turingstudio_loupe_network_meta.json'))
41
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/loupe/network_data_chunk?nethash=068161e2c05a6b8029a7eb410dd27b1dfa531338&start=0&end=133", :body => response_file('loupe/turingstudio_loupe_network_data.json'))
42
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/repos/show/turingstudio/loupe/branches", :body => response_file('loupe/repos_show_turingstudio_loupe_branches.json'))
43
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/loupe/network_data_chunk?nethash=068161e2c05a6b8029a7eb410dd27b1dfa531338&start=130&end=133", :body => response_file('loupe/turingstudio_loupe_068161e2c05a6b8029a7eb410dd27b1dfa531338?start=130.json'))
44
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/loupe/network_data_chunk?nethash=068161e2c05a6b8029a7eb410dd27b1dfa531338&start=1&end=5", :body => response_file('loupe/turingstudio_loupe_068161e2c05a6b8029a7eb410dd27b1dfa531338?start=1&end=5.json'))
45
+
46
+ #Girl-Ambition Responses
47
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/website-girlambition/network_meta", :body => response_file('girlambition/turingstudio_website-girlambition_network_meta.json'))
48
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/repos/show/turingstudio/website-girlambition/branches", :body => response_file('girlambition/repos_show_turingstudio_website-girlambition_branches.json'))
49
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/website-girlambition/network_data_chunk?nethash=0ead14b395f02f065083a6865dd06ede8b3153bc&start=0&end=500", :body => response_file('girlambition/0-500.json'), :content_length => 1)
50
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/website-girlambition/network_data_chunk?nethash=0ead14b395f02f065083a6865dd06ede8b3153bc&start=501&end=1001", :body => response_file('girlambition/501-1001.json'), :content_length => 1)
51
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/website-girlambition/network_data_chunk?nethash=0ead14b395f02f065083a6865dd06ede8b3153bc&start=1002&end=1502", :body => response_file('girlambition/1002-1502.json'), :content_length => 1)
52
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/website-girlambition/network_data_chunk?nethash=0ead14b395f02f065083a6865dd06ede8b3153bc&start=1503&end=2003", :body => response_file('girlambition/1503-2003.json'), :content_length => 1)
53
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/website-girlambition/network_data_chunk?nethash=0ead14b395f02f065083a6865dd06ede8b3153bc&start=2004&end=2504", :body => response_file('girlambition/2004-2504.json'), :content_length => 1)
54
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/website-girlambition/network_data_chunk?nethash=0ead14b395f02f065083a6865dd06ede8b3153bc&start=2505&end=3005", :body => response_file('girlambition/2505-3005.json'), :content_length => 1)
55
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/website-girlambition/network_data_chunk?nethash=0ead14b395f02f065083a6865dd06ede8b3153bc&start=3006&end=3506", :body => response_file('girlambition/3006-3506.json'), :content_length => 1)
56
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/website-girlambition/network_data_chunk?nethash=0ead14b395f02f065083a6865dd06ede8b3153bc&start=3507&end=4007", :body => response_file('girlambition/3507-4007.json'), :content_length => 1)
57
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/website-girlambition/network_data_chunk?nethash=0ead14b395f02f065083a6865dd06ede8b3153bc&start=4008&end=4508", :body => response_file('girlambition/4008-4508.json'), :content_length => 1)
58
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/turingstudio/website-girlambition/network_data_chunk?nethash=0ead14b395f02f065083a6865dd06ede8b3153bc&start=4509&end=4999", :body => response_file('girlambition/4509-4999.json'), :content_length => 1)
59
+
60
+ #This needs to be refactored. It's dumb to do this!
61
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=0", :body => response_file('branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=0.json'))
62
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=1", :body => response_file('branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=1.json'))
63
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=2", :body => response_file('branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=2.json'))
64
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=3", :body => response_file('branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=3.json'))
65
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=4", :body => response_file('branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=4.json'))
66
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=5", :body => response_file('branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=5.json'))
67
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=0", :body => response_file('branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=0.json'))
68
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=1", :body => response_file('branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=1.json'))
69
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=2", :body => response_file('branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=2.json'))
70
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=3", :body => response_file('branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=3.json'))
71
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=4", :body => response_file('branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=4.json'))
72
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=0", :body => response_file('branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=0.json'))
73
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=1", :body => response_file('branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=1.json'))
74
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=2", :body => response_file('branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=2.json'))
75
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=3", :body => response_file('branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=3.json'))
76
+ FakeWeb.register_uri(:get, "https://#{auth}github.com/api/v2/json/commits/list/turingstudio/loupe/c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=4", :body => response_file('branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=4.json'))
77
+ end
78
+ end
metadata CHANGED
@@ -1,12 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitnetworkitis
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 1
8
- - 0
9
- version: 0.1.0
4
+ prerelease:
5
+ version: 0.2.0
10
6
  platform: ruby
11
7
  authors:
12
8
  - Julian Coutu
@@ -14,92 +10,74 @@ autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
12
 
17
- date: 2011-01-12 00:00:00 -05:00
13
+ date: 2011-05-26 00:00:00 -04:00
18
14
  default_executable:
19
15
  dependencies:
20
16
  - !ruby/object:Gem::Dependency
21
17
  name: httparty
22
- prerelease: false
23
18
  requirement: &id001 !ruby/object:Gem::Requirement
24
19
  none: false
25
20
  requirements:
26
21
  - - ">="
27
22
  - !ruby/object:Gem::Version
28
- segments:
29
- - 0
30
23
  version: "0"
31
24
  type: :runtime
25
+ prerelease: false
32
26
  version_requirements: *id001
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: rspec
35
- prerelease: false
36
29
  requirement: &id002 !ruby/object:Gem::Requirement
37
30
  none: false
38
31
  requirements:
39
32
  - - ~>
40
33
  - !ruby/object:Gem::Version
41
- segments:
42
- - 2
43
- - 1
44
- - 0
45
34
  version: 2.1.0
46
35
  type: :development
36
+ prerelease: false
47
37
  version_requirements: *id002
48
38
  - !ruby/object:Gem::Dependency
49
39
  name: bundler
50
- prerelease: false
51
40
  requirement: &id003 !ruby/object:Gem::Requirement
52
41
  none: false
53
42
  requirements:
54
43
  - - ~>
55
44
  - !ruby/object:Gem::Version
56
- segments:
57
- - 1
58
- - 0
59
- - 0
60
45
  version: 1.0.0
61
46
  type: :development
47
+ prerelease: false
62
48
  version_requirements: *id003
63
49
  - !ruby/object:Gem::Dependency
64
50
  name: jeweler
65
- prerelease: false
66
51
  requirement: &id004 !ruby/object:Gem::Requirement
67
52
  none: false
68
53
  requirements:
69
54
  - - ~>
70
55
  - !ruby/object:Gem::Version
71
- segments:
72
- - 1
73
- - 5
74
- - 1
75
56
  version: 1.5.1
76
57
  type: :development
58
+ prerelease: false
77
59
  version_requirements: *id004
78
60
  - !ruby/object:Gem::Dependency
79
61
  name: rcov
80
- prerelease: false
81
62
  requirement: &id005 !ruby/object:Gem::Requirement
82
63
  none: false
83
64
  requirements:
84
65
  - - ">="
85
66
  - !ruby/object:Gem::Version
86
- segments:
87
- - 0
88
67
  version: "0"
89
68
  type: :development
69
+ prerelease: false
90
70
  version_requirements: *id005
91
71
  - !ruby/object:Gem::Dependency
92
72
  name: fakeweb
93
- prerelease: false
94
73
  requirement: &id006 !ruby/object:Gem::Requirement
95
74
  none: false
96
75
  requirements:
97
76
  - - ">="
98
77
  - !ruby/object:Gem::Version
99
- segments:
100
- - 0
101
78
  version: "0"
102
79
  type: :development
80
+ prerelease: false
103
81
  version_requirements: *id006
104
82
  description: Git API Gem utilizing the Network API
105
83
  email: jcoutu@phaseiiicreations.com
@@ -111,15 +89,69 @@ extra_rdoc_files:
111
89
  - LICENSE.txt
112
90
  - README.rdoc
113
91
  files:
92
+ - .document
93
+ - .rspec
94
+ - .rvmrc
95
+ - Gemfile
96
+ - Gemfile.lock
97
+ - LICENSE.txt
98
+ - README.rdoc
99
+ - Rakefile
100
+ - VERSION
101
+ - gitnetworkitis-0.1.0.gem
102
+ - gitnetworkitis.gemspec
103
+ - lib/gitnetworkitis.rb
114
104
  - lib/gitnetworkitis/base.rb
115
105
  - lib/gitnetworkitis/branch.rb
116
106
  - lib/gitnetworkitis/commit.rb
117
107
  - lib/gitnetworkitis/network_data.rb
118
108
  - lib/gitnetworkitis/network_meta.rb
119
109
  - lib/gitnetworkitis/repository.rb
120
- - lib/gitnetworkitis.rb
121
- - LICENSE.txt
122
- - README.rdoc
110
+ - spec/base_spec.rb
111
+ - spec/branch_spec.rb
112
+ - spec/commit_spec.rb
113
+ - spec/gitnetworkitis_spec.rb
114
+ - spec/network_data_spec.rb
115
+ - spec/network_meta_spec.rb
116
+ - spec/repository_spec.rb
117
+ - spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=0.json
118
+ - spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=1.json
119
+ - spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=2.json
120
+ - spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=3.json
121
+ - spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=4.json
122
+ - spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=5.json
123
+ - spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=0.json
124
+ - spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=1.json
125
+ - spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=2.json
126
+ - spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=3.json
127
+ - spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=4.json
128
+ - spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=0.json
129
+ - spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=1.json
130
+ - spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=2.json
131
+ - spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=3.json
132
+ - spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=4.json
133
+ - spec/responses/girlambition/0-500.json
134
+ - spec/responses/girlambition/1002-1502.json
135
+ - spec/responses/girlambition/1503-2003.json
136
+ - spec/responses/girlambition/2004-2504.json
137
+ - spec/responses/girlambition/2505-3005.json
138
+ - spec/responses/girlambition/3006-3506.json
139
+ - spec/responses/girlambition/3507-4007.json
140
+ - spec/responses/girlambition/4008-4508.json
141
+ - spec/responses/girlambition/4509-4999.json
142
+ - spec/responses/girlambition/501-1001.json
143
+ - spec/responses/girlambition/repos_show_turingstudio_website-girlambition_branches.json
144
+ - spec/responses/girlambition/turingstudio_website-girlambition_network_meta.json
145
+ - spec/responses/loupe/repos_show_turingstudio_loupe.json
146
+ - spec/responses/loupe/repos_show_turingstudio_loupe_branches.json
147
+ - spec/responses/loupe/turingstudio_loupe_068161e2c05a6b8029a7eb410dd27b1dfa531338?start=1&end=5.json
148
+ - spec/responses/loupe/turingstudio_loupe_068161e2c05a6b8029a7eb410dd27b1dfa531338?start=130.json
149
+ - spec/responses/loupe/turingstudio_loupe_branch.json
150
+ - spec/responses/loupe/turingstudio_loupe_network_data.json
151
+ - spec/responses/loupe/turingstudio_loupe_network_meta.json
152
+ - spec/responses/repos_show_jcoutu.json
153
+ - spec/responses/repos_watched_jcoutu.json
154
+ - spec/spec_helper.rb
123
155
  has_rdoc: true
124
156
  homepage: http://github.com/jcoutu/gitnetworkitis
125
157
  licenses:
@@ -134,6 +166,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
134
166
  requirements:
135
167
  - - ">="
136
168
  - !ruby/object:Gem::Version
169
+ hash: 576217340136630280
137
170
  segments:
138
171
  - 0
139
172
  version: "0"
@@ -142,15 +175,20 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
175
  requirements:
143
176
  - - ">="
144
177
  - !ruby/object:Gem::Version
145
- segments:
146
- - 0
147
178
  version: "0"
148
179
  requirements: []
149
180
 
150
181
  rubyforge_project:
151
- rubygems_version: 1.3.7
182
+ rubygems_version: 1.5.2
152
183
  signing_key:
153
184
  specification_version: 3
154
185
  summary: Git API Gem utilizing the Network API
155
- test_files: []
156
-
186
+ test_files:
187
+ - spec/base_spec.rb
188
+ - spec/branch_spec.rb
189
+ - spec/commit_spec.rb
190
+ - spec/gitnetworkitis_spec.rb
191
+ - spec/network_data_spec.rb
192
+ - spec/network_meta_spec.rb
193
+ - spec/repository_spec.rb
194
+ - spec/spec_helper.rb