|
5 | 5 |
|
6 | 6 | Gem::Specification.new do |s| |
7 | 7 | s.name = %q{github-api-client} |
8 | | - s.version = "0.2.4" |
| 8 | + s.version = "0.2.5" |
9 | 9 |
|
10 | 10 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |
11 | 11 | s.authors = ["Jakub Okoński"] |
12 | | - s.date = %q{2010-12-23} |
| 12 | + s.date = %q{2010-12-26} |
| 13 | + s.default_executable = %q{api-browser.rb} |
13 | 14 | s.description = %q{Caches retrieved information to your user profile and reuses it when you query again.} |
14 | 15 | |
| 16 | + s.executables = ["api-browser.rb"] |
15 | 17 | s.extra_rdoc_files = [ |
16 | 18 | "LICENSE.txt", |
17 | 19 | "README.rdoc" |
18 | 20 | ] |
19 | 21 | s.files = [ |
20 | | - ".rspec", |
21 | | - "Gemfile", |
22 | | - "Gemfile.lock", |
23 | | - "LICENSE.txt", |
24 | | - "README.rdoc", |
25 | | - "Rakefile", |
26 | 22 | "VERSION", |
27 | | - "api-browser.rb", |
28 | 23 | "db/migrate/001_create_users.rb", |
29 | 24 | "db/migrate/002_create_user_followings.rb", |
30 | 25 | "db/migrate/003_create_repos.rb", |
31 | 26 | "db/migrate/004_create_repo_watchings.rb", |
32 | 27 | "db/migrate/005_create_organizations.rb", |
33 | 28 | "db/migrate/006_create_organizations_members.rb", |
34 | | - "features/fetching.feature", |
35 | | - "features/step_definitions/fetching_steps.rb", |
36 | | - "features/support/env.rb", |
37 | | - "gemspec.old.orig", |
38 | | - "github-api-client.gemspec", |
39 | 29 | "lib/core_ext/habtm.rb", |
40 | 30 | "lib/github-api-client.rb", |
41 | 31 | "lib/github-api-client/base.rb", |
42 | 32 | "lib/github-api-client/browser.rb", |
43 | 33 | "lib/github-api-client/config.rb", |
44 | 34 | "lib/github-api-client/organization.rb", |
45 | 35 | "lib/github-api-client/repo.rb", |
46 | | - "lib/github-api-client/user.rb", |
47 | | - "spec/github-api-client_spec.rb", |
48 | | - "spec/spec_helper.rb" |
| 36 | + "lib/github-api-client/user.rb" |
49 | 37 | ] |
50 | 38 | s.homepage = %q{http://github.com/farnoy/github-api-client} |
51 | 39 | s.licenses = ["MIT"] |
52 | 40 | s.require_paths = ["lib"] |
53 | 41 | s.rubygems_version = %q{1.3.7} |
54 | 42 | s.summary = %q{Library for easy GitHub API browsing} |
55 | 43 | s.test_files = [ |
| 44 | + "features/fetching.feature", |
| 45 | + "features/step_definitions/fetching_steps.rb", |
| 46 | + "features/support/env.rb", |
56 | 47 | "spec/github-api-client_spec.rb", |
57 | 48 | "spec/spec_helper.rb" |
58 | 49 | ] |
|
0 commit comments