cul_hydra_models 0.1.4 → 0.1.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: fc265dd3944f2ec85d7c6f16a1398b6cd7811d82
4
- data.tar.gz: f6ced442398d2e6f97635dc301f7c799826da03f
3
+ metadata.gz: 8e1086576cbcfe3246b39e0b0e74f419fd528f4c
4
+ data.tar.gz: '044969b91fa492047ee782c9780efaf6ceb899fc'
5
5
  SHA512:
6
- metadata.gz: cbe0976c321b18556dee4189b75273cbfe0a0a552583cdecd6f25385f7dcb681f730414fb3ce63cc843206ece3b99ce4d7c45f6e3408c91c7ab213ea1bdd482a
7
- data.tar.gz: f544d4cead368fb998e71f217053333e0def3691bb03ac10613172fd1bcbf06bf4f76ad69adaefd1027b73e682ff57f022d11fd4d70dd438f119ee582fd2e7b2
6
+ metadata.gz: 59b60d6cfab5ff40c257b0b62da3802e950305ed5a24aafa3e83f3ceb33df49ddbd2642d7cb8bad82bee93f0a040263f2dd3ea6d3cd5d52743a4011c3d1f846c
7
+ data.tar.gz: 253566136336c911917f51b674b654a66a59ebad5ea1590ffbe38c30731bd769adae8c0219ea7de12720fbaab3d6a7d1849e2963224843f7921293a6bd804a40
@@ -1,3 +1,3 @@
1
1
  module CulHydraModels
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module CulHydraModels
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
data/lib/tasks/ci.rake CHANGED
@@ -1,5 +1,4 @@
1
1
  namespace :cul_hydra_models do
2
-
3
2
  begin
4
3
  # This code is in a begin/rescue block so that the Rakefile is usable
5
4
  # in an environment where RSpec is unavailable (i.e. production).
@@ -54,7 +53,8 @@ namespace :cul_hydra_models do
54
53
  unless File.exists?(Jettywrapper.jetty_dir)
55
54
  puts "\nNo test jetty found. Will download / unzip a copy now.\n"
56
55
  end
57
- Rake::Task["app:jetty:clean"].invoke
56
+ #Rake::Task["app:jetty:clean"].invoke
57
+ Jettywrapper.clean
58
58
 
59
59
  jetty_params = Jettywrapper.load_config.merge(jetty_home: Jettywrapper.jetty_dir)
60
60
  puts "Starting Fedora 3 (jettywrapper)...\n"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cul_hydra_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric O'Hanlon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-05 00:00:00.000000000 Z
11
+ date: 2017-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails