umu 0.1.0 → 0.1.1
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/exe/umu +4 -0
- data/lib/umu/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fdac11cb415bf33d03942f7fbade9e9a54fba61ed9ff029decce69dc15d0421
|
4
|
+
data.tar.gz: 8b3900059d888d78be4b41a6792558fdf71d603edb8a09587f290f52d74f043d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b45c629c1768050e15c68b67c0554e1cfb9433d07e9210f8d8b0c04ac53167e23a1118317060339705e2ad760517da00a6e2f7ebd5fae8dbef89e3fcf0db7113
|
7
|
+
data.tar.gz: 13eb1ad1b493e0e4ba935bc0bbd950e82945ef15dd910bd37267b790c4cfdfbeffafd6b431271b844fdf6b45571e3836e56b40f34e9fa4d8330cd2fe8e905b8b
|
data/exe/umu
ADDED
data/lib/umu/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: umu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- '196'
|
@@ -14,7 +14,8 @@ description: " Umu is a framework that supports your to make command in Ruby
|
|
14
14
|
Rails.\n"
|
15
15
|
email:
|
16
16
|
- kankou.chin@gmail.com
|
17
|
-
executables:
|
17
|
+
executables:
|
18
|
+
- umu
|
18
19
|
extensions: []
|
19
20
|
extra_rdoc_files: []
|
20
21
|
files:
|
@@ -27,6 +28,7 @@ files:
|
|
27
28
|
- LICENSE.txt
|
28
29
|
- README.md
|
29
30
|
- Rakefile
|
31
|
+
- exe/umu
|
30
32
|
- lib/umu.rb
|
31
33
|
- lib/umu/beautifica/assets/color.rb
|
32
34
|
- lib/umu/beautifica/assets/template.rb
|