museum.gemspec in museum-0.5.2 vs museum.gemspec in museum-0.5.3
- old
+ new
@@ -1,29 +1,27 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
-# stub: museum 0.5.2 ruby lib
+# stub: museum 0.5.3 ruby lib
Gem::Specification.new do |s|
s.name = "museum"
- s.version = "0.5.2"
+ s.version = "0.5.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Karen Lundgren"]
- s.date = "2017-03-09"
+ s.date = "2017-03-10"
s.description = "For organizations that want to market a gem in style, Museum uses APIs to provide you with an ever-fresh marketing site for your gems."
s.email = "karen.e.lundgren@gmail.com"
- s.executables = ["rails"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
".coveralls.yml",
- ".document",
".rspec",
".ruby-gemset",
".ruby-version",
".travis.yml",
"Gemfile",
@@ -38,11 +36,10 @@
"app/models/museum/loupe.rb",
"app/views/application/404.html.haml",
"app/views/museum/cases/_widget.html.haml",
"app/views/museum/cases/index.html.haml",
"app/views/museum/cases/show.html.haml",
- "bin/rails",
"config/locales/en.yml",
"config/routes.rb",
"db/migrate/20140516193656_create_museum_loupes.rb",
"db/migrate/20140516193657_create_museum_case_details.rb",
"db/migrate/20140516193658_create_museum_cases.rb",
@@ -57,10 +54,9 @@
"lib/museum/methods.rb",
"lib/museum/railtie.rb",
"lib/museum/version.rb",
"museum.gemspec",
"spec/controllers/cases_controller_spec.rb",
- "spec/dummy/.rspec",
"spec/dummy/Rakefile",
"spec/dummy/app/controllers/application_controller.rb",
"spec/dummy/app/helpers/application_helper.rb",
"spec/dummy/app/models/application_record.rb",
"spec/dummy/app/views/layouts/application.html.haml",