volt-string_as_key_combo 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/volt-string_as_key_combo.gemspec +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: ebea1404e329124e4f09481c40f4a2a92d210bc2
|
4
|
+
data.tar.gz: bc6d0ff93cc628bd9470bac1e2d4e03f31d49bba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 937038b2eee728aea61a58be336420416e0e45b787108a4c7b6a626875d15485f3f28d1eaddf54a8cc359b97c631943fa5b87d9c2100050f0758fcbf2c25e4ff
|
7
|
+
data.tar.gz: d20d419ee60468e1c6fbc42c74b17b8a821ce860bf38282625877ddabb4457517f0b759f27e34acbce66243b940d5ef52687edd3604cbbd4c6c9166077949234
|
data/README.md
CHANGED
@@ -22,7 +22,7 @@ Or install it yourself as:
|
|
22
22
|
|
23
23
|
## Contributing
|
24
24
|
|
25
|
-
1. Fork it ( http://
|
25
|
+
1. Fork it ( http://github.com/neurodynamic/volt-string_as_key_combo/fork )
|
26
26
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
27
27
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
28
28
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.3
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.email = ["developer@neurodynamic.io"]
|
13
13
|
spec.summary = %q{Volt gem for displaying a string representing a combination of keypresses (e.g. "ctrl+alt+delete") as keyboard keys.}
|
14
14
|
spec.description = %q{}
|
15
|
-
spec.homepage = ""
|
15
|
+
spec.homepage = "https://github.com/neurodynamic/volt-string_as_key_combo"
|
16
16
|
spec.license = "MIT"
|
17
17
|
|
18
18
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: volt-string_as_key_combo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Neurodynamic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: volt
|
@@ -55,7 +55,7 @@ files:
|
|
55
55
|
- app/string_as_key_combo/views/main/index.html
|
56
56
|
- lib/volt/string_as_key_combo.rb
|
57
57
|
- volt-string_as_key_combo.gemspec
|
58
|
-
homepage:
|
58
|
+
homepage: https://github.com/neurodynamic/volt-string_as_key_combo
|
59
59
|
licenses:
|
60
60
|
- MIT
|
61
61
|
metadata: {}
|