volt-string_as_key_combo 1.0.2 → 1.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13254a8d217dfa0564304d7bc96ab9c31238eb98
4
- data.tar.gz: 5ab219082e6208f03b6d33f72483a454bdf4da1c
3
+ metadata.gz: ebea1404e329124e4f09481c40f4a2a92d210bc2
4
+ data.tar.gz: bc6d0ff93cc628bd9470bac1e2d4e03f31d49bba
5
5
  SHA512:
6
- metadata.gz: bd2535b7e6fabfa8dadb7d5742a7a1aedbda445f16278ed6987312eaca99c3a6c5fe147b8d2908e5f253d6e1d18002d72c96360990c74f6587ff19ac72e36729
7
- data.tar.gz: abd0cec27f8407577d854782c0e5b88d0b5a62c23cc5e073be0670ebee78b698fb8850cfe3c377b3a020de9d6dd8d1a36090f5690675ef2eaf36c4cfc33ef5f6
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://bitbucket.com/neurordynamic/volt-string_as_key_combo/fork )
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.2
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.2
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-06-06 00:00:00.000000000 Z
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: {}