beanstalkapp 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES.rdoc +5 -1
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/beanstalkapp.gemspec +125 -127
- data/lib/beanstalkapp.rb +14 -10
- data/lib/beanstalkapp/base.rb +1 -1
- data/lib/beanstalkapp/release.rb +4 -0
- data/lib/beanstalkapp/user.rb +5 -0
- metadata +6 -7
- data/.gitignore +0 -21
data/CHANGES.rdoc
CHANGED
data/README.rdoc
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.4.
|
1
|
+
1.4.1
|
data/beanstalkapp.gemspec
CHANGED
@@ -1,146 +1,144 @@
|
|
1
1
|
# Generated by jeweler
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{beanstalkapp}
|
8
|
-
s.version = "1.4.
|
8
|
+
s.version = "1.4.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Ilya Sabanin"]
|
12
|
-
s.date = %q{
|
12
|
+
s.date = %q{2011-03-08}
|
13
13
|
s.email = %q{ilya.sabanin@gmail.com}
|
14
14
|
s.extra_rdoc_files = [
|
15
15
|
"README.rdoc"
|
16
16
|
]
|
17
17
|
s.files = [
|
18
|
-
".
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
"test/integration.rb"
|
18
|
+
"CHANGES.rdoc",
|
19
|
+
"MIT-LICENSE",
|
20
|
+
"README.rdoc",
|
21
|
+
"Rakefile",
|
22
|
+
"VERSION",
|
23
|
+
"beanstalkapp.gemspec",
|
24
|
+
"doc/account.html",
|
25
|
+
"doc/changelog.html",
|
26
|
+
"doc/changeset.html",
|
27
|
+
"doc/comment.html",
|
28
|
+
"doc/files/javascripts/code-highlighter.js",
|
29
|
+
"doc/files/javascripts/global.js",
|
30
|
+
"doc/files/javascripts/mootools-1.2.4-core-yc.js",
|
31
|
+
"doc/files/stylesheets/global.css",
|
32
|
+
"doc/files/stylesheets/ie7.css",
|
33
|
+
"doc/images/apple-touch-icon.png",
|
34
|
+
"doc/images/b-search.gif",
|
35
|
+
"doc/images/b-submit.gif",
|
36
|
+
"doc/images/b-tour.png",
|
37
|
+
"doc/images/bg-comments-count.png",
|
38
|
+
"doc/images/bg-corners.png",
|
39
|
+
"doc/images/bg-header-pattern-alt.png",
|
40
|
+
"doc/images/bg-header-pattern.png",
|
41
|
+
"doc/images/bg-header.png",
|
42
|
+
"doc/images/bg-input.png",
|
43
|
+
"doc/images/bg-page-pattern-alt.png",
|
44
|
+
"doc/images/bg-page-pattern.png",
|
45
|
+
"doc/images/bg-plans.png",
|
46
|
+
"doc/images/bg-ref-basecamp.gif",
|
47
|
+
"doc/images/bg-ref-lighthouse.gif",
|
48
|
+
"doc/images/bg-ref-rackspace.gif",
|
49
|
+
"doc/images/bg-ref-versions.gif",
|
50
|
+
"doc/images/bg-referrer.png",
|
51
|
+
"doc/images/bg-screenshot.png",
|
52
|
+
"doc/images/bg-tooltip.png",
|
53
|
+
"doc/images/button.png",
|
54
|
+
"doc/images/customers/blueflavor.png",
|
55
|
+
"doc/images/customers/brightcove.png",
|
56
|
+
"doc/images/customers/flipshake-s.png",
|
57
|
+
"doc/images/customers/flipshake.png",
|
58
|
+
"doc/images/customers/helloenjoy-s.png",
|
59
|
+
"doc/images/customers/helloenjoy.png",
|
60
|
+
"doc/images/customers/netmagazine.jpg",
|
61
|
+
"doc/images/customers/newrelic.png",
|
62
|
+
"doc/images/customers/puma.png",
|
63
|
+
"doc/images/customers/realmac-s.png",
|
64
|
+
"doc/images/customers/realmac.png",
|
65
|
+
"doc/images/customers/scrapblog.png",
|
66
|
+
"doc/images/customers/store74.gif",
|
67
|
+
"doc/images/customers/theappleblog.jpg",
|
68
|
+
"doc/images/customers/tuaw.jpg",
|
69
|
+
"doc/images/customers/vzaar-s.png",
|
70
|
+
"doc/images/customers/vzaar.png",
|
71
|
+
"doc/images/customers/wufoo-s.png",
|
72
|
+
"doc/images/customers/wufoo.png",
|
73
|
+
"doc/images/favicon.ico",
|
74
|
+
"doc/images/i-arrow.png",
|
75
|
+
"doc/images/i-cc.png",
|
76
|
+
"doc/images/i-checkmark.png",
|
77
|
+
"doc/images/i-features.png",
|
78
|
+
"doc/images/i-help.png",
|
79
|
+
"doc/images/i-input-email.png",
|
80
|
+
"doc/images/i-input-password.png",
|
81
|
+
"doc/images/i-leaf.png",
|
82
|
+
"doc/images/i-lock-sml.png",
|
83
|
+
"doc/images/i-rss.png",
|
84
|
+
"doc/images/i-tour-help.png",
|
85
|
+
"doc/images/logo-rackspace.gif",
|
86
|
+
"doc/images/logo-sml.png",
|
87
|
+
"doc/images/logo-wildbit.png",
|
88
|
+
"doc/images/logo.png",
|
89
|
+
"doc/images/logos/basecamp-ref.png",
|
90
|
+
"doc/images/logos/basecamp.png",
|
91
|
+
"doc/images/logos/campfire.png",
|
92
|
+
"doc/images/logos/cloudscaling.png",
|
93
|
+
"doc/images/logos/collabnet.gif",
|
94
|
+
"doc/images/logos/dynect.png",
|
95
|
+
"doc/images/logos/fogbugz.png",
|
96
|
+
"doc/images/logos/freckle.png",
|
97
|
+
"doc/images/logos/harvest-ref.gif",
|
98
|
+
"doc/images/logos/harvest.png",
|
99
|
+
"doc/images/logos/lighthouse-ref.png",
|
100
|
+
"doc/images/logos/lighthouse.png",
|
101
|
+
"doc/images/logos/pixelnovel.png",
|
102
|
+
"doc/images/logos/rackspace-ref.gif",
|
103
|
+
"doc/images/logos/rackspace.gif",
|
104
|
+
"doc/images/logos/rackspace.png",
|
105
|
+
"doc/images/logos/splunk-s.png",
|
106
|
+
"doc/images/logos/splunk.png",
|
107
|
+
"doc/images/logos/teamsupport.png",
|
108
|
+
"doc/images/logos/twitter.png",
|
109
|
+
"doc/images/logos/versions-ref.gif",
|
110
|
+
"doc/images/logos/versions.png",
|
111
|
+
"doc/images/promo-screenshots.png",
|
112
|
+
"doc/images/sep-promo.png",
|
113
|
+
"doc/images/ss-browse.png",
|
114
|
+
"doc/images/ss-changeset.png",
|
115
|
+
"doc/images/ss-dashboard.png",
|
116
|
+
"doc/images/ss-integrations.png",
|
117
|
+
"doc/images/ss-releases.png",
|
118
|
+
"doc/images/ss-repositories.png",
|
119
|
+
"doc/images/ss-signup-motivator.jpg",
|
120
|
+
"doc/introduction.html",
|
121
|
+
"doc/rails_plugin.html",
|
122
|
+
"doc/release.html",
|
123
|
+
"doc/release_server.html",
|
124
|
+
"doc/repository.html",
|
125
|
+
"doc/ruby_gem.html",
|
126
|
+
"doc/server_environment.html",
|
127
|
+
"doc/user.html",
|
128
|
+
"lib/beanstalkapp.rb",
|
129
|
+
"lib/beanstalkapp/account.rb",
|
130
|
+
"lib/beanstalkapp/base.rb",
|
131
|
+
"lib/beanstalkapp/changeset.rb",
|
132
|
+
"lib/beanstalkapp/comment.rb",
|
133
|
+
"lib/beanstalkapp/plan.rb",
|
134
|
+
"lib/beanstalkapp/release.rb",
|
135
|
+
"lib/beanstalkapp/release_server.rb",
|
136
|
+
"lib/beanstalkapp/repository.rb",
|
137
|
+
"lib/beanstalkapp/server_environment.rb",
|
138
|
+
"lib/beanstalkapp/user.rb",
|
139
|
+
"test/integration.rb"
|
141
140
|
]
|
142
141
|
s.homepage = %q{http://api.beanstalkapp.com}
|
143
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
144
142
|
s.require_paths = ["lib"]
|
145
143
|
s.rubygems_version = %q{1.3.7}
|
146
144
|
s.summary = %q{Official wrapper for Beanstalk API.}
|
data/lib/beanstalkapp.rb
CHANGED
@@ -5,13 +5,17 @@ module Beanstalk
|
|
5
5
|
end
|
6
6
|
end
|
7
7
|
|
8
|
-
|
9
|
-
require
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
8
|
+
def require_local(suffix)
|
9
|
+
require(File.expand_path(File.join(File.dirname(__FILE__), suffix)))
|
10
|
+
end
|
11
|
+
|
12
|
+
require_local 'beanstalkapp/base'
|
13
|
+
require_local 'beanstalkapp/account'
|
14
|
+
require_local 'beanstalkapp/plan'
|
15
|
+
require_local 'beanstalkapp/changeset'
|
16
|
+
require_local 'beanstalkapp/repository'
|
17
|
+
require_local 'beanstalkapp/comment'
|
18
|
+
require_local 'beanstalkapp/server_environment'
|
19
|
+
require_local 'beanstalkapp/release'
|
20
|
+
require_local 'beanstalkapp/release_server'
|
21
|
+
require_local 'beanstalkapp/user'
|
data/lib/beanstalkapp/base.rb
CHANGED
@@ -3,7 +3,7 @@ module Beanstalk
|
|
3
3
|
class Base < ActiveResource::Base
|
4
4
|
def self.setup(options)
|
5
5
|
options[:host] ||= "beanstalkapp.com"
|
6
|
-
self.site = "
|
6
|
+
self.site = "http://#{options[:domain]}.#{options[:host]}/api"
|
7
7
|
self.user = options[:login]
|
8
8
|
self.password = options[:password]
|
9
9
|
end
|
data/lib/beanstalkapp/release.rb
CHANGED
data/lib/beanstalkapp/user.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beanstalkapp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 1.4.
|
9
|
+
- 1
|
10
|
+
version: 1.4.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ilya Sabanin
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2011-03-08 00:00:00 +07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -43,7 +43,6 @@ extensions: []
|
|
43
43
|
extra_rdoc_files:
|
44
44
|
- README.rdoc
|
45
45
|
files:
|
46
|
-
- .gitignore
|
47
46
|
- CHANGES.rdoc
|
48
47
|
- MIT-LICENSE
|
49
48
|
- README.rdoc
|
@@ -171,8 +170,8 @@ homepage: http://api.beanstalkapp.com
|
|
171
170
|
licenses: []
|
172
171
|
|
173
172
|
post_install_message:
|
174
|
-
rdoc_options:
|
175
|
-
|
173
|
+
rdoc_options: []
|
174
|
+
|
176
175
|
require_paths:
|
177
176
|
- lib
|
178
177
|
required_ruby_version: !ruby/object:Gem::Requirement
|