Skip to content

Commit 074ffe8

Browse files
highbtphoney
authored andcommitted
(FM-6326) Bump for release 1.0.0 (#16)
* (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.
1 parent ecaceec commit 074ffe8

File tree

2 files changed

+4
-66
lines changed

2 files changed

+4
-66
lines changed

Gemfile.lock

Lines changed: 0 additions & 62 deletions
This file was deleted.

rubocop-i18n.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = "rubocop-i18n"
7-
spec.version = '0.0.1'
8-
spec.authors = ["Brandon High"]
9-
spec.email = ["[email protected]"]
7+
spec.version = '1.0.0'
8+
spec.authors = ["Brandon High", "TP Honey", "Helen Campbell"]
9+
1010

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

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

0 commit comments

Comments
 (0)