cul_hydra_models 0.1.3 → 0.1.4

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: b29731563a052e5e1de0416cabf8d1135e61c48f
4
- data.tar.gz: c47b6cbfb47447c8d9e7c96c458a806d13e0bbc5
3
+ metadata.gz: fc265dd3944f2ec85d7c6f16a1398b6cd7811d82
4
+ data.tar.gz: f6ced442398d2e6f97635dc301f7c799826da03f
5
5
  SHA512:
6
- metadata.gz: 53d9317eb9c9267fe1b6aedc48332bc3908a2cbcaafbc63b07db14053d2c882d79a3408115040e3d82aa815c7a02e8c77e0120da7ad3802e7e5523ca406b32d1
7
- data.tar.gz: 4e4b7044830767950cc09af30decc0eb66772ddcd832f7e7bdae8ab0ea73b0ef4021af447f7036f05bc484b58ebb331f4bf778c5c3179afdc128e82e1f7c50e0
6
+ metadata.gz: cbe0976c321b18556dee4189b75273cbfe0a0a552583cdecd6f25385f7dcb681f730414fb3ce63cc843206ece3b99ce4d7c45f6e3408c91c7ab213ea1bdd482a
7
+ data.tar.gz: f544d4cead368fb998e71f217053333e0def3691bb03ac10613172fd1bcbf06bf4f76ad69adaefd1027b73e682ff57f022d11fd4d70dd438f119ee582fd2e7b2
@@ -1,3 +1,3 @@
1
1
  module CulHydraModels
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module CulHydraModels
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
data/lib/tasks/ci.rake CHANGED
@@ -1,7 +1,3 @@
1
- require 'jettywrapper'
2
- Jettywrapper.url = "https://github.com/projecthydra/hydra-jetty/archive/7.x-stable.zip"
3
- Jettywrapper.jetty_dir = File.join(Rails.root, 'jetty') # This places the jetty directory inside of the dummy app
4
-
5
1
  namespace :cul_hydra_models do
6
2
 
7
3
  begin
@@ -51,6 +47,10 @@ namespace :cul_hydra_models do
51
47
 
52
48
  desc "CI build"
53
49
  task :ci_task do
50
+ require 'jettywrapper'
51
+ Jettywrapper.url = "https://github.com/projecthydra/hydra-jetty/archive/7.x-stable.zip"
52
+ Jettywrapper.jetty_dir = File.join(Rails.root, 'jetty') # This places the jetty directory inside of the dummy app
53
+
54
54
  unless File.exists?(Jettywrapper.jetty_dir)
55
55
  puts "\nNo test jetty found. Will download / unzip a copy now.\n"
56
56
  end
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.3
4
+ version: 0.1.4
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-05-24 00:00:00.000000000 Z
11
+ date: 2017-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails