museum 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/museum.gemspec +3 -7
- metadata +3 -7
- data/.document +0 -5
- data/bin/rails +0 -12
- data/spec/dummy/.rspec +0 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e282a25600d3d0ff95bab2358a0aeb8196b68e31
|
|
4
|
+
data.tar.gz: 69d13ee3c7f747f9f51bc727c8b7594bec229cb7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dee67d95ab4b5842b28309c04e70780416544dd96c30caa8db2e3dac11901108eff55163c85502950ef1dfc3adf0daf3e0d3111ded904c06a5f019ee7f7eae79
|
|
7
|
+
data.tar.gz: 415e745598d7bfaed01db92d88e26a4fc15e0218658d9e43c336ca8ef17bc61245273f735c98cbd49936f8f6b7fbd79632b301a74c0bef668e89cf1f5e6729ef
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.3
|
data/museum.gemspec
CHANGED
|
@@ -2,26 +2,24 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: museum 0.5.
|
|
5
|
+
# stub: museum 0.5.3 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "museum"
|
|
9
|
-
s.version = "0.5.
|
|
9
|
+
s.version = "0.5.3"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Karen Lundgren"]
|
|
14
|
-
s.date = "2017-03-
|
|
14
|
+
s.date = "2017-03-10"
|
|
15
15
|
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."
|
|
16
16
|
s.email = "karen.e.lundgren@gmail.com"
|
|
17
|
-
s.executables = ["rails"]
|
|
18
17
|
s.extra_rdoc_files = [
|
|
19
18
|
"LICENSE.txt",
|
|
20
19
|
"README.md"
|
|
21
20
|
]
|
|
22
21
|
s.files = [
|
|
23
22
|
".coveralls.yml",
|
|
24
|
-
".document",
|
|
25
23
|
".rspec",
|
|
26
24
|
".ruby-gemset",
|
|
27
25
|
".ruby-version",
|
|
@@ -40,7 +38,6 @@ Gem::Specification.new do |s|
|
|
|
40
38
|
"app/views/museum/cases/_widget.html.haml",
|
|
41
39
|
"app/views/museum/cases/index.html.haml",
|
|
42
40
|
"app/views/museum/cases/show.html.haml",
|
|
43
|
-
"bin/rails",
|
|
44
41
|
"config/locales/en.yml",
|
|
45
42
|
"config/routes.rb",
|
|
46
43
|
"db/migrate/20140516193656_create_museum_loupes.rb",
|
|
@@ -59,7 +56,6 @@ Gem::Specification.new do |s|
|
|
|
59
56
|
"lib/museum/version.rb",
|
|
60
57
|
"museum.gemspec",
|
|
61
58
|
"spec/controllers/cases_controller_spec.rb",
|
|
62
|
-
"spec/dummy/.rspec",
|
|
63
59
|
"spec/dummy/Rakefile",
|
|
64
60
|
"spec/dummy/app/controllers/application_controller.rb",
|
|
65
61
|
"spec/dummy/app/helpers/application_helper.rb",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: museum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karen Lundgren
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -223,15 +223,13 @@ dependencies:
|
|
|
223
223
|
description: For organizations that want to market a gem in style, Museum uses APIs
|
|
224
224
|
to provide you with an ever-fresh marketing site for your gems.
|
|
225
225
|
email: karen.e.lundgren@gmail.com
|
|
226
|
-
executables:
|
|
227
|
-
- rails
|
|
226
|
+
executables: []
|
|
228
227
|
extensions: []
|
|
229
228
|
extra_rdoc_files:
|
|
230
229
|
- LICENSE.txt
|
|
231
230
|
- README.md
|
|
232
231
|
files:
|
|
233
232
|
- ".coveralls.yml"
|
|
234
|
-
- ".document"
|
|
235
233
|
- ".rspec"
|
|
236
234
|
- ".ruby-gemset"
|
|
237
235
|
- ".ruby-version"
|
|
@@ -250,7 +248,6 @@ files:
|
|
|
250
248
|
- app/views/museum/cases/_widget.html.haml
|
|
251
249
|
- app/views/museum/cases/index.html.haml
|
|
252
250
|
- app/views/museum/cases/show.html.haml
|
|
253
|
-
- bin/rails
|
|
254
251
|
- config/locales/en.yml
|
|
255
252
|
- config/routes.rb
|
|
256
253
|
- db/migrate/20140516193656_create_museum_loupes.rb
|
|
@@ -269,7 +266,6 @@ files:
|
|
|
269
266
|
- lib/museum/version.rb
|
|
270
267
|
- museum.gemspec
|
|
271
268
|
- spec/controllers/cases_controller_spec.rb
|
|
272
|
-
- spec/dummy/.rspec
|
|
273
269
|
- spec/dummy/Rakefile
|
|
274
270
|
- spec/dummy/app/controllers/application_controller.rb
|
|
275
271
|
- spec/dummy/app/helpers/application_helper.rb
|
data/.document
DELETED
data/bin/rails
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env ruby
|
|
2
|
-
# This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application.
|
|
3
|
-
|
|
4
|
-
ENGINE_ROOT = File.expand_path('../..', __FILE__)
|
|
5
|
-
ENGINE_PATH = File.expand_path('../../lib/museum/engine', __FILE__)
|
|
6
|
-
|
|
7
|
-
# Set up gems listed in the Gemfile.
|
|
8
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
|
9
|
-
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
|
|
10
|
-
|
|
11
|
-
require 'rails/all'
|
|
12
|
-
require 'rails/engine/commands'
|
data/spec/dummy/.rspec
DELETED