githubris 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,85 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: githubris
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Isaac Sanders
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-02-23 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: httparty
16
+ requirement: &10496540 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: 0.8.1
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *10496540
25
+ description: Githubris is meant to make Github API interaction a breeze.
26
+ email:
27
+ - isaac@isaacbfsanders.com
28
+ executables: []
29
+ extensions: []
30
+ extra_rdoc_files: []
31
+ files:
32
+ - .gitignore
33
+ - .rvmrc
34
+ - Gemfile
35
+ - README.md
36
+ - Rakefile
37
+ - config.yml
38
+ - config/base.yml
39
+ - config/gists.yml
40
+ - githubris.gemspec
41
+ - lib/githubris.rb
42
+ - lib/githubris/api.rb
43
+ - lib/githubris/builder.rb
44
+ - lib/githubris/comment.rb
45
+ - lib/githubris/config.rb
46
+ - lib/githubris/gist.rb
47
+ - lib/githubris/gist/file.rb
48
+ - lib/githubris/issue.rb
49
+ - lib/githubris/organization.rb
50
+ - lib/githubris/repository.rb
51
+ - lib/githubris/user.rb
52
+ - lib/githubris/version.rb
53
+ - spec/githubris/api_spec.rb
54
+ - spec/githubris/builder_spec.rb
55
+ - spec/githubris/gist_spec.rb
56
+ - spec/spec_helper.rb
57
+ - spec/support/custom_matchers.rb
58
+ - spec/support/fakeweb_responses.rb
59
+ - spec/support/fixtures.rb
60
+ homepage: http://isaacbfsanders.com/githubris
61
+ licenses: []
62
+ post_install_message:
63
+ rdoc_options: []
64
+ require_paths:
65
+ - lib
66
+ required_ruby_version: !ruby/object:Gem::Requirement
67
+ none: false
68
+ requirements:
69
+ - - ! '>='
70
+ - !ruby/object:Gem::Version
71
+ version: '0'
72
+ required_rubygems_version: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ requirements: []
79
+ rubyforge_project:
80
+ rubygems_version: 1.8.15
81
+ signing_key:
82
+ specification_version: 3
83
+ summary: Githubris is meant to make Github API interaction a breeze.
84
+ test_files: []
85
+ has_rdoc: