mobilize-base 1.374 → 1.375
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mobilize-base/version.rb +1 -1
- data/mobilize-base.gemspec +4 -3
- metadata +9 -6
data/mobilize-base.gemspec
CHANGED
@@ -5,9 +5,10 @@ require "mobilize-base/version"
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "mobilize-base"
|
7
7
|
s.version = Mobilize::Base::VERSION
|
8
|
-
s.authors = ["Cassio Paes-Leme"]
|
9
|
-
s.email = ["cpaesleme@dena.com"]
|
10
|
-
s.
|
8
|
+
s.authors = ["Cassio Paes-Leme", "Ryosuke IWANAGA"]
|
9
|
+
s.email = ["cpaesleme@dena.com", "riywo.jp@gmail.com"]
|
10
|
+
s.license = "Apache License, Version 2.0"
|
11
|
+
s.homepage = "http://github.com/DeNA/mobilize-base"
|
11
12
|
s.summary = %q{Moves datasets and schedules data transfers using MongoDB, Resque and Google Docs}
|
12
13
|
s.description = %q{Manage your organization's workflows entirely through Google Docs and irb.
|
13
14
|
Mobilize schedules jobs, queues workers, sends failure notifications, and
|
metadata
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mobilize-base
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '1.
|
4
|
+
version: '1.375'
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Cassio Paes-Leme
|
9
|
+
- Ryosuke IWANAGA
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date: 2013-08-
|
13
|
+
date: 2013-08-20 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: rake
|
@@ -162,6 +163,7 @@ description: ! "Manage your organization's workflows entirely through Google Doc
|
|
162
163
|
JSON data between any two endpoints. "
|
163
164
|
email:
|
164
165
|
- cpaesleme@dena.com
|
166
|
+
- riywo.jp@gmail.com
|
165
167
|
executables: []
|
166
168
|
extensions: []
|
167
169
|
extra_rdoc_files: []
|
@@ -220,8 +222,9 @@ files:
|
|
220
222
|
- test/redis-test.conf
|
221
223
|
- test/test_helper.rb
|
222
224
|
- test/unit/mobilize-base_test.rb
|
223
|
-
homepage: http://github.com/
|
224
|
-
licenses:
|
225
|
+
homepage: http://github.com/DeNA/mobilize-base
|
226
|
+
licenses:
|
227
|
+
- Apache License, Version 2.0
|
225
228
|
post_install_message:
|
226
229
|
rdoc_options: []
|
227
230
|
require_paths:
|
@@ -234,7 +237,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
234
237
|
version: '0'
|
235
238
|
segments:
|
236
239
|
- 0
|
237
|
-
hash: -
|
240
|
+
hash: -2518248392239663823
|
238
241
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
239
242
|
none: false
|
240
243
|
requirements:
|
@@ -243,7 +246,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
243
246
|
version: '0'
|
244
247
|
segments:
|
245
248
|
- 0
|
246
|
-
hash: -
|
249
|
+
hash: -2518248392239663823
|
247
250
|
requirements: []
|
248
251
|
rubyforge_project: mobilize-base
|
249
252
|
rubygems_version: 1.8.23
|