maclight 1.0.0 → 1.0.1

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/README.md CHANGED
@@ -12,10 +12,10 @@ MacLight lets you control the keyboard-LEDs (capslock, numlock) on your Mac.
12
12
 
13
13
  ## Usage
14
14
 
15
- ```bash
15
+ ```
16
16
  $ maclight --help
17
17
 
18
- Usage: maclight <subcommand>
18
+ Usage: maclight <command>
19
19
 
20
20
  MacLight v1.0.0 - LED control utility
21
21
 
@@ -1,3 +1,3 @@
1
1
  module MacLight
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["moe@busyloop.net"]
11
11
  gem.description = %q{Control your Mac keyboard LEDs (capslock, numlock)}
12
12
  gem.summary = %q{Control your Mac keyboard LEDs (capslock, numlock)}
13
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/busyloop/maclight"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maclight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-12-30 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: optix
16
- requirement: &70099458189040 !ruby/object:Gem::Requirement
16
+ requirement: &70258854498720 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 1.2.2
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70099458189040
24
+ version_requirements: *70258854498720
25
25
  description: Control your Mac keyboard LEDs (capslock, numlock)
26
26
  email:
27
27
  - moe@busyloop.net
@@ -44,7 +44,7 @@ files:
44
44
  - lib/maclight/cli.rb
45
45
  - lib/maclight/version.rb
46
46
  - maclight.gemspec
47
- homepage: ''
47
+ homepage: https://github.com/busyloop/maclight
48
48
  licenses: []
49
49
  post_install_message:
50
50
  rdoc_options: []