Skip to content

Commit c6fe253

Browse files
committed
Update gem info and bump version
1 parent af2eedb commit c6fe253

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/plug/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Plug
2-
VERSION = '0.1.4'
2+
VERSION = '0.1.5'
33
end

plug.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ require 'plug/version'
77
Gem::Specification.new do |s|
88
s.name = 'plug'
99
s.version = Plug::VERSION
10-
s.authors = ['Ben']
11-
s.email = ['benedict@boost.co.nz']
10+
s.authors = ['Ben', 'Boost']
11+
s.email = ['benedict@boost.co.nz', 'info@boost.co.nz']
1212
s.homepage = 'https://github.com/hapiben/plug'
13-
s.summary = 'Feature flipper'
14-
s.description = 'Feature flipper'
13+
s.summary = 'Rails engine that can plug/unplug features'
14+
s.description = 'Rails engine that can plug/unplug features with notice (WIP)'
1515
s.license = 'MIT'
1616

1717
s.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']

0 commit comments

Comments
 (0)