Skip to content

Commit

Permalink
(FM-6326) Bump for release 1.0.0 (#16)
Browse files Browse the repository at this point in the history
* (FM-6326) Bump for release 1.0.0

* (FM-6326) Remove Gemfile.lock

This commit removes the Gemfile.lock. As I recall, the convention is
to specify the dependencies in the gemspec and leave the Gemfile.lock
not checked in.
  • Loading branch information
highb authored and tphoney committed Sep 6, 2017
1 parent ecaceec commit 074ffe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 66 deletions.
62 changes: 0 additions & 62 deletions Gemfile.lock

This file was deleted.

8 changes: 4 additions & 4 deletions rubocop-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "rubocop-i18n"
spec.version = '0.0.1'
spec.authors = ["Brandon High"]
spec.email = ["brandon.high@puppet.com"]
spec.version = '1.0.0'
spec.authors = ["Brandon High", "TP Honey", "Helen Campbell"]
spec.email = ["brandon.high@puppet.com", "tp@puppet.com", "helen@puppet.com"]

spec.summary = %q{RuboCop rules for i18n}
spec.description = %q{RuboCop rules for detecting and autocorrecting undecorated strings for i18n}
spec.homepage = "https://github.com/highb/rubocop-i18n"
spec.homepage = "https://github.com/puppetlabs/rubocop-i18n"
spec.license = 'Apache-2'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
Expand Down

0 comments on commit 074ffe8

Please sign in to comment.