cul_scv_hydra 0.21.4 → 0.21.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ad095caf54c49f4c05cbaa53f31eabfcb8692c3
4
- data.tar.gz: 327a4a621b4586171689a38d6fe576fac71be044
3
+ metadata.gz: 255cb8ceedd709522e6a803f6813b8cae17f6895
4
+ data.tar.gz: e5dd126f6d863d71d8bf8e4a14c81f3f1598bd18
5
5
  SHA512:
6
- metadata.gz: 1c9206184950bb1686428ba0548ce0062a6592f5244ab030c8ba46a24d51bffb067304ed39388c598621cfafdd0ba8b38f6d96b014834ceac636770c2d38d8f3
7
- data.tar.gz: 51a621fe64557fb3263a580fdb91df7b64f09afbe8888d2f0bb55f8a832e05712ed8d0d3aad0f24df6b9b38a1c24312580f3afaaa1b44a54229a5b1b9eb98447
6
+ metadata.gz: ab1a0cb02e2e45bb2b9185edf51cab4c0d04af5c51048a91ac9be3a1cbd99e3a115718a9b22bb03b4660e60a83bfd463c030990cdfc3cd4dfe2c71903eef67fd
7
+ data.tar.gz: ab6955065a75b7fbfab1e123181e8e6e86cd9a9f46edb34acf81e2edf926fe68b1f3f91ce42cd342f1847d0909a866b8fa222cd216930d778c6264b905dd0a0f
@@ -2,7 +2,7 @@
2
2
  module Cul
3
3
  module Scv
4
4
  module Hydra
5
- VERSION = '0.21.4'
5
+ VERSION = '0.21.5'
6
6
  def self.version
7
7
  VERSION
8
8
  end
@@ -2,7 +2,7 @@
2
2
  module Cul
3
3
  module Scv
4
4
  module Hydra
5
- VERSION = '0.21.3'
5
+ VERSION = '0.21.4'
6
6
  def self.version
7
7
  VERSION
8
8
  end
@@ -5,17 +5,28 @@ JETTY_ZIP_BASENAME = '7.x-stable'
5
5
  Jettywrapper.url = "https://github.com/projecthydra/hydra-jetty/archive/#{JETTY_ZIP_BASENAME}.zip"
6
6
 
7
7
  namespace :cul_hydra do
8
- require 'rspec/core/rake_task'
9
- RSpec::Core::RakeTask.new(:rspec) do |spec|
10
- spec.pattern = FileList['spec/**/*_spec.rb']
11
- spec.pattern += FileList['spec/*_spec.rb']
12
- spec.rspec_opts = ['--backtrace'] if ENV['CI']
13
- end
14
8
 
15
- RSpec::Core::RakeTask.new(:rcov) do |spec|
16
- spec.pattern = FileList['spec/**/*_spec.rb']
17
- spec.pattern += FileList['spec/*_spec.rb']
18
- spec.rcov = true
9
+ begin
10
+ # This code is in a begin/rescue block so that the Rakefile is usable
11
+ # in an environment where RSpec is unavailable (i.e. production).
12
+
13
+ require 'rspec/core/rake_task'
14
+
15
+ RSpec::Core::RakeTask.new(:rspec) do |spec|
16
+ spec.pattern = FileList['spec/**/*_spec.rb']
17
+ spec.pattern += FileList['spec/*_spec.rb']
18
+ spec.rspec_opts = ['--backtrace'] if ENV['CI']
19
+ end
20
+
21
+ RSpec::Core::RakeTask.new(:rcov) do |spec|
22
+ spec.pattern = FileList['spec/**/*_spec.rb']
23
+ spec.pattern += FileList['spec/*_spec.rb']
24
+ spec.rcov = true
25
+ end
26
+
27
+ rescue LoadError => e
28
+ puts "[Warning] Exception creating rspec rake tasks. This message can be ignored in environments that intentionally do not pull in the RSpec gem (i.e. production)."
29
+ puts e
19
30
  end
20
31
 
21
32
  desc "CI build"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cul_scv_hydra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.4
4
+ version: 0.21.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Armintor
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-13 00:00:00.000000000 Z
12
+ date: 2015-01-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: blacklight
@@ -475,7 +475,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
475
475
  version: '0'
476
476
  requirements: []
477
477
  rubyforge_project:
478
- rubygems_version: 2.4.1
478
+ rubygems_version: 2.4.3
479
479
  signing_key:
480
480
  specification_version: 4
481
481
  summary: ActiveFedora, OM, and Solrizer implementations for CUL Staff Collection Viewer