eucalypt.gemspec in eucalypt-0.1.1 vs eucalypt.gemspec in eucalypt-0.1.2

- old
+ new

@@ -7,11 +7,11 @@ spec.version = Eucalypt::VERSION spec.authors = ["Edwin Onuonga"] spec.email = ["edwinonuonga@gmail.com"] spec.summary = %q{Micro-framework and CLI wrapped around the Sinatra DSL, for the generation and maintenance of structured web applications.} - # spec.homepage = "https://eucalypt.gitbook.io/eucalypt/" + spec.homepage = "https://gum.gitbook.io/eucalypt" spec.license = "MIT" spec.files = Dir.glob('lib/**/*', File::FNM_DOTMATCH) + %w[Gemfile LICENSE README.md Rakefile eucalypt.gemspec bin/eucalypt] spec.bindir = "bin" spec.executables = spec.files.grep(%r{^bin/}) {|f| File.basename(f)} spec.require_paths = ["lib"] @@ -31,9 +31,9 @@ spec.add_runtime_dependency "thor", "~> 0.20" spec.add_runtime_dependency "sinatra", "~> 2.0" spec.add_runtime_dependency "rerun", "~> 0.13" spec.metadata = { - # "documentation_uri" => "https://eucalypt.gitbook.io/eucalypt/", + "documentation_uri" => "https://gum.gitbook.io/eucalypt", "source_code_uri" => "https://github.com/eucalypt/eucalypt/" } end