dido 0.1.1 → 0.1.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/Dido.gemspec +1 -1
- data/exe/{dido.rb → dido} +0 -0
- data/lib/Dido/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c27686732c4575f1cc2d4582307b2d940be8bbd
|
|
4
|
+
data.tar.gz: afdb8f38dc75747b6a980bdb1888ae7407f971ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c3ec252281b1c55ea89163e098bd61b974c81a807431643d4c6b31b6e313926db99899bb64a74249d812f99ade0129a49a8bc85fbe3466ae9fe053843c22149
|
|
7
|
+
data.tar.gz: 80e0db0933ee0711c2ed4cfdb0c445ae08ccd03ca00ed59411a927e38c0b5a77a5651afa18709b32e42338a7c3f36b1718e42ac91a244179fe8edd923d557023
|
data/Dido.gemspec
CHANGED
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
18
18
|
spec.bindir = "exe"
|
|
19
19
|
# spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
20
|
-
spec.executables = ['dido
|
|
20
|
+
spec.executables = ['dido']
|
|
21
21
|
spec.require_paths = ["lib"]
|
|
22
22
|
|
|
23
23
|
spec.add_dependency "thor", "0.19.1"
|
data/exe/{dido.rb → dido}
RENAMED
|
File without changes
|
data/lib/Dido/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dido
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pedro Piñera
|
|
@@ -100,7 +100,7 @@ description: Dido makes the creation of libraries faster thanks to a set of comm
|
|
|
100
100
|
email:
|
|
101
101
|
- pedro@gitdo.com
|
|
102
102
|
executables:
|
|
103
|
-
- dido
|
|
103
|
+
- dido
|
|
104
104
|
extensions: []
|
|
105
105
|
extra_rdoc_files: []
|
|
106
106
|
files:
|
|
@@ -116,7 +116,7 @@ files:
|
|
|
116
116
|
- assets/header.png
|
|
117
117
|
- bin/console
|
|
118
118
|
- bin/setup
|
|
119
|
-
- exe/dido
|
|
119
|
+
- exe/dido
|
|
120
120
|
- lib/Dido.rb
|
|
121
121
|
- lib/Dido/entities/config.rb
|
|
122
122
|
- lib/Dido/utils/builder.rb
|