annotations2triannon 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/annotations2triannon.gemspec +5 -5
- metadata +2 -4
- data/.travis.yml +0 -14
- data/log/.gitignore +0 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe88e8ee09cde6c32dd18f7a6165576ce6ccc55d
|
4
|
+
data.tar.gz: abab22fb8d824bdf720a9b1f3df1c3b50d3a9408
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13d06ed9903a01134c22f32d15a4f66e0cdd53cf0a1023270b7c6a2696d37f505e3c7cbdd8a4d1579d7a6e5bcfe9ecf7bf9a51213ca99cf22ccd669e1a1f8441
|
7
|
+
data.tar.gz: cf0004e46eae1f7c8339e7ecf9608a6d30db70747dc72b09ef81cf199f695c0730ebe71cea987d6576b21f8b73d132ff75aa82471e00badf4277885b8c6f5d6b
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'annotations2triannon'
|
5
|
-
s.version = '0.2.
|
5
|
+
s.version = '0.2.2'
|
6
6
|
s.licenses = ['Apache-2.0']
|
7
7
|
s.platform = Gem::Platform::RUBY
|
8
8
|
|
@@ -51,10 +51,10 @@ Gem::Specification.new do |s|
|
|
51
51
|
s.add_development_dependency 'rake'
|
52
52
|
s.add_development_dependency 'rspec'
|
53
53
|
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
54
|
+
git_files = `git ls-files`.split($/)
|
55
|
+
bin_files = %w(bin/console bin/ctags.rb bin/setup.sh bin/test.sh)
|
56
|
+
dot_files = %w(.gitignore .travis.yml log/.gitignore)
|
57
|
+
s.files = git_files - (bin_files + dot_files)
|
58
58
|
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
59
59
|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
|
60
60
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: annotations2triannon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Darren Weber
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-05-
|
11
|
+
date: 2015-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -346,7 +346,6 @@ extra_rdoc_files:
|
|
346
346
|
- LICENSE
|
347
347
|
files:
|
348
348
|
- ".env_example"
|
349
|
-
- ".travis.yml"
|
350
349
|
- Gemfile
|
351
350
|
- LICENSE
|
352
351
|
- README.md
|
@@ -373,7 +372,6 @@ files:
|
|
373
372
|
- lib/annotations2triannon/shared_canvas_manifest.rb
|
374
373
|
- lib/rdf/vocab/sc.rb
|
375
374
|
- lib/requires.rb
|
376
|
-
- log/.gitignore
|
377
375
|
- spec/lib/annotations2triannon/configuration_spec.rb
|
378
376
|
- spec/lib/annotations2triannon/open_annotation_spec.rb
|
379
377
|
- spec/lib/annotations2triannon/resource_spec.rb
|
data/.travis.yml
DELETED
data/log/.gitignore
DELETED