Skip to content

Commit

Permalink
Gema
Browse files Browse the repository at this point in the history
  • Loading branch information
alu0100785050 committed Jan 11, 2019
1 parent c90adfb commit 6aa60b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
prct06 (0.1.0)
miriamrguez (0.1.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -103,7 +103,7 @@ DEPENDENCIES
guard
guard-bundler
guard-rspec
prct06!
miriamrguez!
rake (~> 10.0)
rspec (~> 3.0)

Expand Down
14 changes: 7 additions & 7 deletions prct06.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "prct06/version"

Gem::Specification.new do |spec|
spec.name = "prct06"
spec.name = "miriamrguez"
spec.version = Prct06::VERSION
spec.authors = ["alu0100785050"]
spec.email = ["alu0100785050@ull.edu.es"]
Expand All @@ -15,12 +15,12 @@ Gem::Specification.new do |spec|

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata)
spec.metadata["allowed_push_host"] = "https://github.com/ULL-ESIT-LPP-1819/tdd-alu0100785050"
else
raise "RubyGems 2.0 or newer is required to protect against " \
"public gem pushes."
end
#if spec.respond_to?(:metadata)
# spec.metadata["allowed_push_host"] = "https://github.com/ULL-ESIT-LPP-1819/tdd-alu0100785050"
#else
# raise "RubyGems 2.0 or newer is required to protect against " \
# "public gem pushes."
#end

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit 6aa60b9

Please sign in to comment.