kookeeper 3.0.1 → 3.0.2
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.
- checksums.yaml +4 -4
- data/bin/big +14 -0
- data/bin/koo +14 -0
- data/bin/setup +8 -0
- metadata +9 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fab4d5bf12936a187bcb7f9500b6ea36ac8e23e5ef529dbf6062cac849de4def
|
4
|
+
data.tar.gz: 4d1196f7f2bd8e0dbcb47958e4e7f7f0198d571c86426df233d41b2e99de0c9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68c30780b7bea95784a9f9fcc1c49f698466f7e19dd819df05f17f186c06b623e05eb2c0a31618a7051f73d0637bc129f11b696610662abf008612945f6cf9f0
|
7
|
+
data.tar.gz: 7a02e443c3d61bcb9271143c8aed6f09f0ceb99f3b42d5fdfa17134da82fce93b13bfa07a55d2bc10f97560a2cbac2fc28be7c7f79597470b9ffa9b79c69d37b
|
data/bin/big
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
# require "bundler/setup"
|
4
|
+
require "big_keeper"
|
5
|
+
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
8
|
+
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
+
# require "pry"
|
11
|
+
# Pry.start
|
12
|
+
|
13
|
+
require "irb"
|
14
|
+
IRB.start(__FILE__)
|
data/bin/koo
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
# require "bundler/setup"
|
4
|
+
require "big_keeper"
|
5
|
+
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
8
|
+
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
+
# require "pry"
|
11
|
+
# Pry.start
|
12
|
+
|
13
|
+
require "irb"
|
14
|
+
IRB.start(__FILE__)
|
data/bin/setup
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kookeeper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mmoaay
|
@@ -224,10 +224,16 @@ description: Efficiency improvement for iOS&Android modular development, iOSer&A
|
|
224
224
|
using this tool can make modular development easier.
|
225
225
|
email:
|
226
226
|
- mmoaay@sina.com
|
227
|
-
executables:
|
227
|
+
executables:
|
228
|
+
- koo
|
229
|
+
- big
|
230
|
+
- setup
|
228
231
|
extensions: []
|
229
232
|
extra_rdoc_files: []
|
230
|
-
files:
|
233
|
+
files:
|
234
|
+
- bin/big
|
235
|
+
- bin/koo
|
236
|
+
- bin/setup
|
231
237
|
homepage: https://github.com/BigKeeper/bigkeeper
|
232
238
|
licenses:
|
233
239
|
- MIT
|