fubu 0.0.4 → 0.0.5

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 ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MTBiYmRmMGY4YjczMWU5YzUzNTI1YmFhNmMzZTk4YTFkODEwMTY5MQ==
5
+ data.tar.gz: !binary |-
6
+ MzhiYzJiZDI1NTRhZTQ5OWE0OGRiMjIwMTBhOWNlMWEzYTI5MGU0Yg==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ YTIxNmJlYjhlZWI0ZTVhNmUxYzA0ZTA2MGIyOThlNzY3ZTUyMjk5OGUzNzI4
10
+ ZjFkNjU0ZGUzZGVkYjQxN2Q0YzFiYTNlZTg4Njk5Yzg1M2VmZjgyOWIwMjBh
11
+ MmQxM2Q5ZTJiNzEzYWNiZWVkZTYxNDA4MDk4ZGY3MGE2ZTg0ZDE=
12
+ data.tar.gz: !binary |-
13
+ YmE0YzgzZmNlYjY2OGFlOTlhOTZmZjIyYjFlYmYxNmY2YTM2Mjc4MWYxYmZi
14
+ YjM1ZTFiNjU0Yjk5ODdjNjRjZWUzN2I5ZDU3ODZmMDk3YjI1NzdiMjlmZmMz
15
+ Nzg4ZTIwMzkxN2I0Njk5NWU5YTFlNDU5MjFjMWM2MGQ4ZmJkNjE=
data/Rakefile CHANGED
@@ -1,10 +1,8 @@
1
1
  require "bundler/gem_tasks"
2
-
3
- $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
4
-
5
- require "fubu/ripple"
2
+ require 'ripple-cli'
6
3
 
7
4
  desc "Update cli"
8
- task :update do
9
- Ripple.new.update
5
+ task :update do
6
+ engine = Ripple::Engine.new
7
+ engine.update
10
8
  end
data/lib/fubu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Fubu
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fubu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
5
- prerelease:
4
+ version: 0.0.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Ryan Rauh
@@ -15,7 +14,6 @@ dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: thor
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
18
  - - ~>
21
19
  - !ruby/object:Gem::Version
@@ -23,7 +21,6 @@ dependencies:
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
25
  - - ~>
29
26
  - !ruby/object:Gem::Version
@@ -31,7 +28,6 @@ dependencies:
31
28
  - !ruby/object:Gem::Dependency
32
29
  name: ripple-cli
33
30
  requirement: !ruby/object:Gem::Requirement
34
- none: false
35
31
  requirements:
36
32
  - - ~>
37
33
  - !ruby/object:Gem::Version
@@ -39,7 +35,6 @@ dependencies:
39
35
  type: :runtime
40
36
  prerelease: false
41
37
  version_requirements: !ruby/object:Gem::Requirement
42
- none: false
43
38
  requirements:
44
39
  - - ~>
45
40
  - !ruby/object:Gem::Version
@@ -54,7 +49,6 @@ extensions: []
54
49
  extra_rdoc_files: []
55
50
  files:
56
51
  - .gitignore
57
- - .gitmodules
58
52
  - Gemfile
59
53
  - LICENSE.txt
60
54
  - README.md
@@ -82,7 +76,6 @@ files:
82
76
  - bin/fubu_exe/ripple.xml
83
77
  - fubu.gemspec
84
78
  - lib/fubu.rb
85
- - lib/fubu/ripple.rb
86
79
  - lib/fubu/version.rb
87
80
  - ripple.cmd
88
81
  - ripple.config
@@ -90,26 +83,25 @@ files:
90
83
  - vendor/Visualizations.Harness/ripple.dependencies.config
91
84
  homepage: ''
92
85
  licenses: []
86
+ metadata: {}
93
87
  post_install_message:
94
88
  rdoc_options: []
95
89
  require_paths:
96
90
  - lib
97
91
  required_ruby_version: !ruby/object:Gem::Requirement
98
- none: false
99
92
  requirements:
100
93
  - - ! '>='
101
94
  - !ruby/object:Gem::Version
102
95
  version: '0'
103
96
  required_rubygems_version: !ruby/object:Gem::Requirement
104
- none: false
105
97
  requirements:
106
98
  - - ! '>='
107
99
  - !ruby/object:Gem::Version
108
100
  version: '0'
109
101
  requirements: []
110
102
  rubyforge_project:
111
- rubygems_version: 1.8.24
103
+ rubygems_version: 2.0.3
112
104
  signing_key:
113
- specification_version: 3
105
+ specification_version: 4
114
106
  summary: installs various command line tools for the fubu family of projects
115
107
  test_files: []
data/.gitmodules DELETED
@@ -1,3 +0,0 @@
1
- [submodule "buildsupport"]
2
- path = buildsupport
3
- url = git://github.com/DarthFubuMVC/buildsupport.git
data/lib/fubu/ripple.rb DELETED
@@ -1,26 +0,0 @@
1
- require "thor"
2
-
3
- class Ripple < Thor
4
- include Thor::Actions
5
-
6
- def self.source_root
7
- File.expand_path "../../..", __FILE__
8
- end
9
-
10
- desc "update the nugets", "runs ripple update"
11
- def update
12
- `#{Ripple.source_root}/buildsupport/ripple.exe update`
13
- move_files
14
- end
15
-
16
- private
17
-
18
- def move_files
19
- Dir.glob("*/packages/**tools").each do |tool|
20
- puts /packages\/(\w+)\/tools/.match(tool)[0]
21
-
22
- end
23
- end
24
-
25
- end
26
-