dare 0.0.4 → 0.0.6
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 +8 -8
- data/bin/{dare.rb → dare} +1 -2
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZGNkM2UyNTFkYWZjNDJkYjAxZGNjZDMwMWIzYzU4YWMyNzQ0YjZlOQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YmU1MWQ3OWUzOThlNzFhYjcxZjM5NTlhZmUyZTAzYjY2ZWYxOGE4Yg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MjAyMmFiODYxOTRlOGMzOGVkOTVkZDlhN2E0OTBmZWY4MjA0MjEzMjQyZmZk
|
10
|
+
ZmVhYmEzYjBmYWY0NGU1OTg0Yjc3Y2ZjYTg4M2ZlZmFlYjE2MTRkMDFiMDgw
|
11
|
+
ODRlMmNkODM2YzczYmJmYmVhNTExYjY5ZGU1ZDcyNDc1NDEzM2Q=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MjAyOGUwNjkyMzg1OThiY2FjYTg1NjQyMTRkMWJjYTk1ZDZiYzc4NWYwZGJi
|
14
|
+
ZDQyMjAyMTE3ZjRkN2QzMWVlOTAzYzY4YmY4NWI0NjY3MTFjMThhNmM4MWQy
|
15
|
+
YzU5MTdmYTEyMjM5ODExM2E2MTliYWU1OWZjNzA2ZWJkYWMxZTc=
|
data/bin/{dare.rb → dare}
RENAMED
@@ -1,13 +1,12 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
require 'thor'
|
3
|
-
require 'dare'
|
4
3
|
|
5
4
|
class DareCLI < Thor
|
6
5
|
include Thor::Actions
|
7
6
|
desc "new", "creates a new app"
|
8
7
|
def new(app_name)
|
9
8
|
add_file("#{app_name}/Gemfile") do
|
10
|
-
"gem 'dare', '
|
9
|
+
"gem 'dare', '0.0.6'"
|
11
10
|
end
|
12
11
|
add_file "#{app_name}/Rakefile" do
|
13
12
|
"desc \"Build #{app_name}.js\"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dare
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominic Muller
|
@@ -86,11 +86,12 @@ dependencies:
|
|
86
86
|
version: 0.7.2
|
87
87
|
description:
|
88
88
|
email: nicklink483@gmail.com
|
89
|
-
executables:
|
89
|
+
executables:
|
90
|
+
- dare
|
90
91
|
extensions: []
|
91
92
|
extra_rdoc_files: []
|
92
93
|
files:
|
93
|
-
- bin/dare
|
94
|
+
- bin/dare
|
94
95
|
- lib/dare.rb
|
95
96
|
- lib/dare/clock.rb
|
96
97
|
- lib/dare/font.rb
|