jazz_fingers 0.5.5 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.hound.yml +20 -0
- data/.rubocop.yml +20 -0
- data/CONTRIBUTING.md +18 -0
- data/CONTRIBUTORS.md +9 -0
- data/LICENSE.md +20 -0
- data/README.md +0 -5
- data/jazz_fingers.gemspec +1 -1
- data/lib/jazz_fingers/version.rb +1 -1
- metadata +11 -7
- data/LICENSE +0 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f303845ae64b80312267fb5d81515ecaa31b0de3
|
4
|
+
data.tar.gz: 63d21f69ea114302c01cbe867abb6dfec829a9ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3af3c692c957104534bf4ce2c1bab348c936b635d817e21a460ee27787c0161b25edacba4c845e6238bf6ff82e41beab0e36dd2c340c88e665f32e92d754c0bf
|
7
|
+
data.tar.gz: 9fba66e645e51368223c0b2d0296c6b0ca2e477890a8719cf1c05f791dafcb4d5760e320bb94f579a1033c39236159493142c0ea006c65341c903ca0e358704b
|
data/.hound.yml
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
Metrics/LineLength:
|
2
|
+
Enabled: false
|
3
|
+
|
4
|
+
Style/EachWithObject:
|
5
|
+
Enabled: false
|
6
|
+
|
7
|
+
Style/Encoding:
|
8
|
+
EnforcedStyle: when_needed
|
9
|
+
|
10
|
+
Style/FormatString:
|
11
|
+
Enabled: false
|
12
|
+
|
13
|
+
Style/HashSyntax:
|
14
|
+
EnforcedStyle: hash_rockets
|
15
|
+
|
16
|
+
Style/SignalException:
|
17
|
+
EnforcedStyle: only_raise
|
18
|
+
|
19
|
+
Style/StringLiterals:
|
20
|
+
EnforcedStyle: double_quotes
|
data/.rubocop.yml
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
Metrics/LineLength:
|
2
|
+
Enabled: false
|
3
|
+
|
4
|
+
Style/EachWithObject:
|
5
|
+
Enabled: false
|
6
|
+
|
7
|
+
Style/Encoding:
|
8
|
+
EnforcedStyle: when_needed
|
9
|
+
|
10
|
+
Style/FormatString:
|
11
|
+
Enabled: false
|
12
|
+
|
13
|
+
Style/HashSyntax:
|
14
|
+
EnforcedStyle: hash_rockets
|
15
|
+
|
16
|
+
Style/SignalException:
|
17
|
+
EnforcedStyle: only_raise
|
18
|
+
|
19
|
+
Style/StringLiterals:
|
20
|
+
EnforcedStyle: double_quotes
|
data/CONTRIBUTING.md
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
## Getting Involved
|
2
|
+
|
3
|
+
New contributors are always welcome, when it doubt please ask questions. We strive to be an open and welcoming community. Please be nice to one another.
|
4
|
+
|
5
|
+
### Coding
|
6
|
+
|
7
|
+
* Pick a task:
|
8
|
+
* Offer feedback on open [pull requests](https://github.com/plribeiro3000/jazz_fingers/pulls).
|
9
|
+
* Review open [issues](https://github.com/plribeiro3000/jazz_fingers/issues) for things to help on.
|
10
|
+
* [Create an issue](https://github.com/plribeiro3000/jazz_fingers/issues/new) to start a discussion on additions or features.
|
11
|
+
* Fork the project, add your changes and tests to cover them in a topic branch.
|
12
|
+
* Commit your changes and rebase against `plribeiro3000/jazz_fingers` to ensure everything is up to date.
|
13
|
+
* [Submit a pull request](https://github.com/plribeiro3000/jazz_fingers/compare/)
|
14
|
+
|
15
|
+
### Non-Coding
|
16
|
+
|
17
|
+
* Offer feedback on open [issues](https://github.com/plribeiro3000/jazz_fingers/issues).
|
18
|
+
* Organize or volunteer at events.
|
data/CONTRIBUTORS.md
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
# Original Author
|
2
|
+
* Gopal Patel <nixme@stillhope.com>
|
3
|
+
|
4
|
+
# Contributors
|
5
|
+
* Andrew Volozhanin <linuxheadrus@gmail.com>
|
6
|
+
* Casey Lang <hello@casey-lang.com>
|
7
|
+
* Fernando Paredes <nano@fdp.io>
|
8
|
+
* Micah Gates <github@mgates.com>
|
9
|
+
* Paulo Henrique Lopes Ribeiro <plribeiro3000@gmail.com>
|
data/LICENSE.md
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2014-2015 [CONTRIBUTORS.md](https://github.com/plribeiro3000/jazz_fingers/blob/master/CONTRIBUTORS.md)
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
6
|
+
this software and associated documentation files (the "Software"), to deal in
|
7
|
+
the Software without restriction, including without limitation the rights to
|
8
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
9
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
10
|
+
subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
17
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
18
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
19
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
20
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
@@ -66,11 +66,6 @@ Separator string between the application name and line input. Defaults to `»`
|
|
66
66
|
for GNU readline or libedit. Defaults to `>` for `rb-readline` which fails on
|
67
67
|
mixed encodings.
|
68
68
|
|
69
|
-
## Contributing
|
70
|
-
|
71
|
-
Patches and bug reports are welcome. Just send a [pull request][pullrequests] or
|
72
|
-
file an [issue][issues]. [Project changelog][changelog].
|
73
|
-
|
74
69
|
|
75
70
|
[pry]: http://pry.github.com
|
76
71
|
[awesome_print]: https://github.com/michaeldv/awesome_print
|
data/jazz_fingers.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
|
|
24
24
|
gem.add_runtime_dependency 'pry-doc', '~> 0.6'
|
25
25
|
gem.add_runtime_dependency 'pry-git', '~> 0.2'
|
26
26
|
gem.add_runtime_dependency 'pry-remote', '>= 0.1.7'
|
27
|
-
gem.add_runtime_dependency 'pry-byebug', '
|
27
|
+
gem.add_runtime_dependency 'pry-byebug', '1.3.3'
|
28
28
|
gem.add_runtime_dependency 'hirb', '~> 0.7'
|
29
29
|
gem.add_runtime_dependency 'pry-coolline', '~> 0.2'
|
30
30
|
gem.add_runtime_dependency 'awesome_print', '~> 1.6.1'
|
data/lib/jazz_fingers/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jazz_fingers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paulo Henrique Lopes Ribeiro
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-02-
|
11
|
+
date: 2015-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|
@@ -84,16 +84,16 @@ dependencies:
|
|
84
84
|
name: pry-byebug
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version:
|
89
|
+
version: 1.3.3
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version:
|
96
|
+
version: 1.3.3
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: hirb
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -165,11 +165,15 @@ extensions: []
|
|
165
165
|
extra_rdoc_files: []
|
166
166
|
files:
|
167
167
|
- ".gitignore"
|
168
|
+
- ".hound.yml"
|
169
|
+
- ".rubocop.yml"
|
168
170
|
- ".ruby-gemset"
|
169
171
|
- ".ruby-version"
|
170
172
|
- CHANGELOG.md
|
173
|
+
- CONTRIBUTING.md
|
174
|
+
- CONTRIBUTORS.md
|
171
175
|
- Gemfile
|
172
|
-
- LICENSE
|
176
|
+
- LICENSE.md
|
173
177
|
- README.md
|
174
178
|
- Rakefile
|
175
179
|
- jazz_fingers.gemspec
|
data/LICENSE
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
MIT License
|
2
|
-
Copyright (C) 2011 by Gopal Patel
|
3
|
-
|
4
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5
|
-
of this software and associated documentation files (the "Software"), to deal
|
6
|
-
in the Software without restriction, including without limitation the rights
|
7
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8
|
-
copies of the Software, and to permit persons to whom the Software is
|
9
|
-
furnished to do so, subject to the following conditions:
|
10
|
-
|
11
|
-
The above copyright notice and this permission notice shall be included in
|
12
|
-
all copies or substantial portions of the Software.
|
13
|
-
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
17
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
18
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
20
|
-
THE SOFTWARE.
|