annotations2triannon 0.2.1 → 0.2.2

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: 54f2c2055aa2445af8a1f5693c49240c2e363502
4
- data.tar.gz: 5d8c7509a83581b8cd07254b60158fd5febeda90
3
+ metadata.gz: fe88e8ee09cde6c32dd18f7a6165576ce6ccc55d
4
+ data.tar.gz: abab22fb8d824bdf720a9b1f3df1c3b50d3a9408
5
5
  SHA512:
6
- metadata.gz: 4a5a3d420dd423bb37626d02448be680c917f7d01837e86f0ec23502ee1367f2f5096863dc86d4dbb6b27f80b298b9208ed84a8857df606c6e03f3c41e35eb86
7
- data.tar.gz: bc43fe06a962a028f9dfdf5d4c151f68e3ea63f17073df45aedba769e1a8361d5fc9f3e69aa2aeb22db72f13778a575457d4dd214ba1db7ccb592b5e74d7cdb3
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.1'
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
- s.files = `git ls-files`.split($/)
55
- dev_files = %w(.gitignore bin/console bin/ctags.rb bin/setup.sh bin/test.sh)
56
- dev_files.each {|f| s.files.delete f }
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.1
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-14 00:00:00.000000000 Z
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
@@ -1,14 +0,0 @@
1
- language: ruby
2
-
3
- install: ./bin/setup.sh
4
-
5
- script: ./bin/test.sh
6
-
7
- notifications:
8
- email: triannon-commits@lists.stanford.edu
9
-
10
- rvm:
11
- - 2.0.0
12
- - 2.1.5
13
- - 2.2.0
14
-
data/log/.gitignore DELETED
@@ -1,4 +0,0 @@
1
- # Ignore everything in this directory
2
- *
3
- # Except this file
4
- !.gitignore