Skip to content

Commit

Permalink
correct email in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Aug 17, 2014
1 parent c3d97c6 commit 00c85dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyth.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# encoding: utf-8
Gem::Specification.new do |s|
s.name = 'keyth'
s.version = '0.2.0'
s.version = '0.2.1'
s.date = '2014-08-17'
s.summary = 'Keyth!'
s.description = 'Handles named keys for use in config files'
s.authors = ['K M Lawrence']
s.email = '[email protected]'
s.email = '[email protected].uk'
s.executables = ['keyth_admin', 'keyth_check_file']
s.files = ['lib/keyth.rb', 'lib/keyth/yaml.rb', 'lib/keyth/dotenv.rb',
'bin/keyth_admin', 'bin/keyth_check_file']
Expand Down

0 comments on commit 00c85dc

Please sign in to comment.