geordi 0.15.5 → 0.15.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.
- data/LICENSE +22 -0
- data/README.md +0 -10
- data/geordi.gemspec +1 -0
- data/lib/geordi/version.rb +1 -1
- metadata +7 -6
data/LICENSE
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Copyright (c) 2013 makandra
|
|
2
|
+
|
|
3
|
+
MIT License
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
+
a copy of this software and associated documentation files (the
|
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
+
the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be
|
|
14
|
+
included in all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
|
@@ -156,16 +156,6 @@ Runs the given rake task in each Rails environment in `development`, `test`, `cu
|
|
|
156
156
|
More information at http://makandracards.com/makandra/737-run-a-rake-task-in-all-environments
|
|
157
157
|
|
|
158
158
|
|
|
159
|
-
remotify-local-branch
|
|
160
|
-
---------------------
|
|
161
|
-
|
|
162
|
-
Pushes the given branch (or current branch if no argument given) to the remote `origin` and tracks it:
|
|
163
|
-
|
|
164
|
-
remotify-local-branch <optional-branch-name>
|
|
165
|
-
|
|
166
|
-
More information at http://makandracards.com/makandra/520-create-a-remote-branch-in-git
|
|
167
|
-
|
|
168
|
-
|
|
169
159
|
remove-executable-flags
|
|
170
160
|
-----------------------
|
|
171
161
|
|
data/geordi.gemspec
CHANGED
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.homepage = "http://makandra.com"
|
|
12
12
|
s.summary = 'Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.'
|
|
13
13
|
s.description = 'Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.'
|
|
14
|
+
s.license = 'MIT'
|
|
14
15
|
|
|
15
16
|
s.rubyforge_project = "geordi"
|
|
16
17
|
|
data/lib/geordi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: geordi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 47
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 15
|
|
9
|
-
-
|
|
10
|
-
version: 0.15.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.15.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Henning Koch
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2013-
|
|
18
|
+
date: 2013-07-26 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
@@ -56,6 +56,7 @@ extra_rdoc_files: []
|
|
|
56
56
|
files:
|
|
57
57
|
- .gitignore
|
|
58
58
|
- Gemfile
|
|
59
|
+
- LICENSE
|
|
59
60
|
- README.md
|
|
60
61
|
- Rakefile
|
|
61
62
|
- bin/apache-site
|
|
@@ -93,8 +94,8 @@ files:
|
|
|
93
94
|
- lib/geordi/version.rb
|
|
94
95
|
has_rdoc: true
|
|
95
96
|
homepage: http://makandra.com
|
|
96
|
-
licenses:
|
|
97
|
-
|
|
97
|
+
licenses:
|
|
98
|
+
- MIT
|
|
98
99
|
post_install_message:
|
|
99
100
|
rdoc_options: []
|
|
100
101
|
|