hydra_hls 0.0.3 → 0.0.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: e89e7ba3df570de007f02cec74f4062228d71ac9
4
- data.tar.gz: 9fe646b3d44d966870fe0f6eef44ecf8aa300087
3
+ metadata.gz: bd67c545a168e90c7bec43c6e012b0a9f7b229c4
4
+ data.tar.gz: f68bb6ff604fe1d9fea8e50bf0d8cce5ced07454
5
5
  SHA512:
6
- metadata.gz: 310c0568b99d3bb6da7ce59444dfb09368c8581e4903ab5441e8a61af9b597ccf585b02b76cd14dd40d42d12abbe93885269b9785da3a3edc760af9285131770
7
- data.tar.gz: 31c46697adddffb92b19f13bca01122765064fecd299e8bfa3ce14cd062199868dd6e0ff9f56828bd0023b0a12f55f4a98a93a47d6fab4787e01a7cd2b94177f
6
+ metadata.gz: abad8de6afa11394d81a51c4980a19f5ed5bc2c80e15c134fe0ed2c380806f03dd9daef6aebf4f604e7a1a91f7cc49155896b5f96a498c8e26b0d4dd0f6f35c3
7
+ data.tar.gz: 1cd9a5aa8b3c0cdda19dea7c0ac2bcc8f8ede87b6b66ff7fc10d8369178f967472bc5cd340f7a306d3452d40ba0133bac923905d3b60ba808e2c001d410a3139
data/LICENSE ADDED
@@ -0,0 +1,16 @@
1
+ ##########################################################################
2
+ #
3
+ # Copyright 2016 University of California Santa Cruz Library Digital Initiatives Department
4
+ # Additional copyright may be held by others, as reflected in the commit log
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
data/README.md CHANGED
@@ -52,4 +52,4 @@ When you ingest new audio or visual files, hls derivatives ought to be created a
52
52
 
53
53
  ## License
54
54
 
55
- [https://opensource.org/licenses/MIT](MIT license)
55
+ [www.apache.org/licenses/LICENSE-2.0](Apache License, v2.0)
@@ -1,3 +1,3 @@
1
1
  module HydraHls
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hydra_hls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ned Henry, UCSC Library Digital Initiatives
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-27 00:00:00.000000000 Z
11
+ date: 2016-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -33,7 +33,7 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - MIT-LICENSE
36
+ - LICENSE
37
37
  - README.md
38
38
  - Rakefile
39
39
  - app/assets/javascripts/embed.js
@@ -99,7 +99,7 @@ files:
99
99
  - spec/test_app_templates/lib/generators/test_app_generator.rb
100
100
  homepage: http://github.com/UCSCLibrary/hydra_hls
101
101
  licenses:
102
- - MIT
102
+ - Apache License, v2.0
103
103
  metadata: {}
104
104
  post_install_message:
105
105
  rdoc_options: []
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright 2016
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.