Skip to content

Commit

Permalink
adding .gitignore and modified .gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanneilritchie committed Feb 27, 2017
1 parent ab2cee0 commit 66082f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/pkg/
*.gem
2 changes: 1 addition & 1 deletion fastlane-plugin-xml_editor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = %q{[email protected]}

spec.summary = %q{Generic xml editor for iOS and Android projects.}
# spec.homepage = "https://github.com/<GITHUB_USERNAME>/fastlane-plugin-xml_editor"
spec.homepage = "https://github.com/jonathanneilritchie/fastlane-plugin-xml_editor"
spec.license = "MIT"

spec.files = Dir["lib/**/*"] + %w(README.md LICENSE)
Expand Down

0 comments on commit 66082f1

Please sign in to comment.