hsume2-aka 0.4.1 → 0.4.2

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: 8f0b27b609206bce2e4823a1a725eb4cd306a1df
4
- data.tar.gz: 3722a3fb045fd6de7ccb08d76ced37375d96a3a0
3
+ metadata.gz: e58b1360c40cebcc80f799e29fd02fb53e8b4c84
4
+ data.tar.gz: 57c112350479aa37ea8bc3077737426bed32400b
5
5
  SHA512:
6
- metadata.gz: 2112b82f8e06dfb5396cb85ba2abc7612438f6e4b3dd0364e53c40da3ee852400bd86dea97445a0891640fc20c4baa9d47a1979aeee21840b22541718047f338
7
- data.tar.gz: 070aa70d2079222da19ae3b193b30ffdfe4946c088c4050bca63141183d5a7f7f55868eb68cfe72a9a2080b18416ead2cc02ce95da508a8d0ce023622b0488ef
6
+ metadata.gz: 3e0b67d9e0cb81853b816785471d060b17099a5e58560c32647e3763edaaa08d116118258cd19444d208a15c087ca98e3061fb9791cadde20174b4d31bd8f7dc
7
+ data.tar.gz: 7eda20b92c1f8f2fb1e24435268ca6aaa0ac1b0d12283b291ded2e2721df1c6642e50778c4c72f27be2f1c3a425804bc879b89dbc6b59b6730bd49d9e1eef356
data/README.md CHANGED
@@ -40,11 +40,11 @@ With **aka**, you can add, show, edit, remove, list keyboard shortcuts. On top o
40
40
 
41
41
  ### Debian/Ubuntu
42
42
 
43
- $ curl -OL https://github.com/hsume2/aka/raw/v0.4.0/pkg/aka_0.4.0_amd64.deb && sudo dpkg -i aka_0.4.0_amd64.deb
43
+ $ curl -OL https://github.com/hsume2/aka/raw/v0.4.2/pkg/aka_0.4.2_amd64.deb && sudo dpkg -i aka_0.4.2_amd64.deb
44
44
 
45
45
  ### OS X
46
46
 
47
- $ curl -OL https://github.com/hsume2/aka/raw/v0.4.0/pkg/aka-0.4.0.pkg && open aka-0.4.0.pkg
47
+ $ curl -OL https://github.com/hsume2/aka/raw/v0.4.2/pkg/aka-0.4.2.pkg && open aka-0.4.2.pkg
48
48
 
49
49
  ## EXAMPLES
50
50
 
@@ -53,6 +53,9 @@ module Aka
53
53
  functions.each do |function|
54
54
  f.puts function
55
55
  end
56
+
57
+ f.puts "export AKA_VERSION=#{Aka::VERSION}"
58
+ f.puts "export AKA_GENERATED_AT=#{Time.now.to_f}"
56
59
  end
57
60
 
58
61
  puts "Generated #{options[:output]}."
@@ -64,6 +67,9 @@ module Aka
64
67
  functions.each do |function|
65
68
  puts function
66
69
  end
70
+
71
+ puts "export AKA_VERSION=#{Aka::VERSION}"
72
+ puts "export AKA_GENERATED_AT=#{Time.now.to_f}"
67
73
  end
68
74
 
69
75
  excluded
data/lib/aka/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Aka
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hsume2-aka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henry Hsu