fubu 0.0.2 → 0.0.4
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.
- data/fubu.gemspec +3 -2
- data/lib/fubu/version.rb +1 -1
- metadata +19 -1
data/fubu.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ require 'fubu/version'
|
|
|
6
6
|
Gem::Specification.new do |gem|
|
|
7
7
|
gem.name = "fubu"
|
|
8
8
|
gem.version = Fubu::VERSION
|
|
9
|
-
gem.authors = ["Ryan Rauh"]
|
|
10
|
-
gem.email = ["rauh.ryan@gmail.com"]
|
|
9
|
+
gem.authors = ["Ryan Rauh", "Matt Smith"]
|
|
10
|
+
gem.email = ["rauh.ryan@gmail.com", "mtscout6@gmail.com"]
|
|
11
11
|
gem.description = %q{Quickly install fubu command line tools}
|
|
12
12
|
gem.summary = %q{installs various command line tools for the fubu family of projects}
|
|
13
13
|
gem.homepage = ""
|
|
@@ -17,4 +17,5 @@ Gem::Specification.new do |gem|
|
|
|
17
17
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
18
18
|
gem.require_paths = ["lib"]
|
|
19
19
|
gem.add_dependency "thor", "~> 0.14"
|
|
20
|
+
gem.add_dependency "ripple-cli", "~> 0.0.1"
|
|
20
21
|
end
|
data/lib/fubu/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fubu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Ryan Rauh
|
|
9
|
+
- Matt Smith
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
@@ -27,9 +28,26 @@ dependencies:
|
|
|
27
28
|
- - ~>
|
|
28
29
|
- !ruby/object:Gem::Version
|
|
29
30
|
version: '0.14'
|
|
31
|
+
- !ruby/object:Gem::Dependency
|
|
32
|
+
name: ripple-cli
|
|
33
|
+
requirement: !ruby/object:Gem::Requirement
|
|
34
|
+
none: false
|
|
35
|
+
requirements:
|
|
36
|
+
- - ~>
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: 0.0.1
|
|
39
|
+
type: :runtime
|
|
40
|
+
prerelease: false
|
|
41
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
42
|
+
none: false
|
|
43
|
+
requirements:
|
|
44
|
+
- - ~>
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: 0.0.1
|
|
30
47
|
description: Quickly install fubu command line tools
|
|
31
48
|
email:
|
|
32
49
|
- rauh.ryan@gmail.com
|
|
50
|
+
- mtscout6@gmail.com
|
|
33
51
|
executables:
|
|
34
52
|
- fubu
|
|
35
53
|
extensions: []
|