hack_tree 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.
- data/hack_tree.gemspec +6 -2
- data/lib/hack_tree/version.rb +1 -1
- metadata +17 -8
data/hack_tree.gemspec
CHANGED
|
@@ -9,8 +9,12 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
|
|
10
10
|
# Copy these from class's description, adjust markup.
|
|
11
11
|
s.summary = %q{Organize and share your console hacks}
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
s.description = %q{HackTree lets you organize and share your console hacks in a simple and efficient way.
|
|
13
|
+
|
|
14
|
+
* Create hacks using a simple and uniform DSL.
|
|
15
|
+
* Describe your hacks, much like you describe tasks in Rakefiles.
|
|
16
|
+
* List available hacks with descriptions right in your console.
|
|
17
|
+
* Share hacks with your teammates, reuse them in different projects.}
|
|
14
18
|
# end of s.description=
|
|
15
19
|
|
|
16
20
|
s.files = `git ls-files`.split("\n")
|
data/lib/hack_tree/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hack_tree
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-03-
|
|
12
|
+
date: 2012-03-10 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &73987210 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *73987210
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: yard
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &73969200 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,9 +32,18 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
36
|
-
description: HackTree lets you organize and share your console hacks in
|
|
37
|
-
and
|
|
35
|
+
version_requirements: *73969200
|
|
36
|
+
description: ! 'HackTree lets you organize and share your console hacks in a simple
|
|
37
|
+
and efficient way.
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
* Create hacks using a simple and uniform DSL.
|
|
41
|
+
|
|
42
|
+
* Describe your hacks, much like you describe tasks in Rakefiles.
|
|
43
|
+
|
|
44
|
+
* List available hacks with descriptions right in your console.
|
|
45
|
+
|
|
46
|
+
* Share hacks with your teammates, reuse them in different projects.'
|
|
38
47
|
email:
|
|
39
48
|
- alex.r@askit.org
|
|
40
49
|
executables: []
|