blacklight-marc 6.0.0 → 6.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a674be3c4819a0ea53a8c949f68dc305adc2715
4
- data.tar.gz: b2b7608c6e893f43fce519908d35f257a759a14f
3
+ metadata.gz: 6afab16e002745041c1c9e04d24d6285b666c349
4
+ data.tar.gz: bb0dc662ae4197a5072a045cb44216b2e15cf043
5
5
  SHA512:
6
- metadata.gz: 506c0334c905f179256b15044a46c0bf6a8cc0b71d49af5fc482a8e24b0cf9fbc402612486b3a3a01fc926ee6a20ad4acd1e32b79c06d69e0fe4e0333bd6cb90
7
- data.tar.gz: 00399aeb90e6f0098849378eb99155f1b9f07d476e0970af1b39f9ca654c5e636d080033347f82f9509bf4d2d360738d002fab3e40b36d126cee5b06bd7774bf
6
+ metadata.gz: 6a41fc49bc09c38a42cb319db12a7c31817e3e7b1d1ec2c19816a1436dd5271e6f732e65c9bdab1e5c9f9112356971f9bdf9efb919e8f0d068ba73e599f19e1e
7
+ data.tar.gz: 7d2fd4fe4c039c7177d173a006732f557c7f08a688d17fa324c84e3b5d7654431d3400735c4a879f44d193ccde206a67d9dd1dff5341e4f28653078cbca5af88
data/.gitignore CHANGED
@@ -17,6 +17,5 @@ test/version_tmp
17
17
  tmp
18
18
  lib/solrmarc.log
19
19
  lib/solrmarc.log.*
20
- spec/internal
20
+ .internal_test_app
21
21
  jetty
22
- .internal_test_app
data/.travis.yml CHANGED
@@ -5,20 +5,18 @@ notifications:
5
5
  email: false
6
6
 
7
7
  rvm:
8
- - 2.2.3
8
+ - 2.2.4
9
9
 
10
10
  matrix:
11
11
  include:
12
- - rvm: 2.2.2
13
- env: "RAILS_VERSION=4.1.13"
14
- - rvm: 2.1.6
15
- env: "RAILS_VERSION=4.2.4"
12
+ - rvm: 2.1.8
13
+ env: "RAILS_VERSION=4.2.5.1"
16
14
 
17
15
  before_install:
18
16
  - gem install bundler
19
17
 
20
18
  env:
21
- - "RAILS_VERSION=4.2.4"
19
+ - "RAILS_VERSION=4.2.5.1"
22
20
 
23
21
  notifications:
24
22
  irc: "irc.freenode.org#blacklight"
data/Gemfile CHANGED
@@ -7,7 +7,7 @@ gem 'simplecov', '~> 0.10', require: false
7
7
  gem 'coveralls', require: false
8
8
 
9
9
  # BEGIN ENGINE_CART BLOCK
10
- # engine_cart: 0.8.0
10
+ # engine_cart: 0.8.2
11
11
  # engine_cart stanza: 0.8.0
12
12
  # the below comes from engine_cart, a gem used to test this Rails engine gem in the context of a Rails app.
13
13
  file = File.expand_path("Gemfile", ENV['ENGINE_CART_DESTINATION'] || ENV['RAILS_ROOT'] || File.expand_path(".internal_test_app", File.dirname(__FILE__)))
@@ -21,12 +21,21 @@ if File.exist?(file)
21
21
  else
22
22
  Bundler.ui.warn "[EngineCart] Unable to find test application dependencies in #{file}, using placeholder dependencies"
23
23
 
24
- gem 'rails', ENV['RAILS_VERSION'] if ENV['RAILS_VERSION']
24
+ if ENV['RAILS_VERSION']
25
+ if ENV['RAILS_VERSION'] == 'edge'
26
+ gem 'rails', github: 'rails/rails'
27
+ ENV['ENGINE_CART_RAILS_OPTIONS']= "--edge --skip-turbolinks"
28
+ else
29
+ gem 'rails', ENV['RAILS_VERSION']
30
+ end
31
+ end
25
32
 
26
33
  if ENV['RAILS_VERSION'].nil? || ENV['RAILS_VERSION'] =~ /^4.2/
27
- gem 'bootstrap-sass', '>= 3.3.5.1'
34
+ #gem 'bootstrap-sass', '>= 3.3.5.1'
28
35
  gem 'responders', "~> 2.0"
29
36
  gem 'sass-rails', ">= 5.0"
37
+ elsif ENV['RAILS_VERSION'] =~ /^5.0/ || ENV['RAILS_VERSION'] == 'edge'
38
+ # nop
30
39
  else
31
40
  gem 'bootstrap-sass', '< 3.3.5' # 3.3.5 requires sass 3.3, incompatible with sass-rails 4.x
32
41
  gem 'sass-rails', "< 5.0"
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_dependency 'blacklight', '>= 6.0.0.pre3', '< 7'
21
+ spec.add_dependency 'blacklight', '~> 6.1'
22
22
 
23
23
  spec.add_development_dependency "bundler", "~> 1.3"
24
24
  spec.add_development_dependency "rake"
@@ -1,5 +1,5 @@
1
1
  module Blacklight
2
2
  module Marc
3
- VERSION = '6.0.0'
3
+ VERSION = '6.1.0'
4
4
  end
5
5
  end
@@ -16,7 +16,7 @@ module Blacklight::Marc
16
16
  source_root File.expand_path('../templates', __FILE__)
17
17
 
18
18
  def assets
19
- insert_into_file "app/assets/stylesheets/blacklight.css.scss", after: "@import 'blacklight/blacklight';" do
19
+ insert_into_file "app/assets/stylesheets/blacklight.scss", after: "@import 'blacklight/blacklight';" do
20
20
  <<-EOF
21
21
 
22
22
  @import 'blacklight_marc';
data/spec/spec_helper.rb CHANGED
@@ -20,8 +20,8 @@ require 'rspec/active_model/mocks'
20
20
 
21
21
  # Requires supporting ruby files with custom matchers and macros, etc,
22
22
  # in spec/support/ and its subdirectories.
23
- # Blacklight, again, make sure we're looking in the right place for em.
24
- # Relative to HERE, NOT to Rails.root, which is off somewhere else.
23
+ # Blacklight, again, make sure we're looking in the right place for em.
24
+ # Relative to HERE, NOT to Rails.root, which is off somewhere else.
25
25
  Dir[Pathname.new(File.expand_path("../support/**/*.rb", __FILE__))].each {|f| require f}
26
26
 
27
27
  RSpec.configure do |config|
metadata CHANGED
@@ -1,35 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight-marc
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-01-21 00:00:00.000000000 Z
11
+ date: 2016-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: blacklight
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: 6.0.0.pre3
20
- - - "<"
17
+ - - "~>"
21
18
  - !ruby/object:Gem::Version
22
- version: '7'
19
+ version: '6.1'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: 6.0.0.pre3
30
- - - "<"
24
+ - - "~>"
31
25
  - !ruby/object:Gem::Version
32
- version: '7'
26
+ version: '6.1'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: bundler
35
29
  requirement: !ruby/object:Gem::Requirement