bibliothecary 3.0.1 → 4.0.0

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: 5725d5f17e61265f5932eb8d2eecba977fc3c99b
4
- data.tar.gz: 2a614a791952e99fc3077ed7b56a73a3ee4e92d5
3
+ metadata.gz: 695917adb88c2dda6c5bc57bef327767dc49996c
4
+ data.tar.gz: a9c1a0ced81fa2ac3db1ca3b50479e4ffc392acb
5
5
  SHA512:
6
- metadata.gz: 75bb7d3ecfb51ece271c4114d2c478982b62a30e599b672f63b44991e5d124d2ee7f5aa623e299078297df653c0de3ee151f25e2ea1da706a293a9c49aea3dc4
7
- data.tar.gz: 1d43dd97c649348f17bcec7e22ccf2a8734cdcd075356b306a1c113a509b10c66589f7122437128b16643bef6bcd99e38364ebe1cf830bcf5d828883ccfa4a88
6
+ metadata.gz: d1635cf708a15d21ecd21791fb1a9cbceb11abaa450f0d6958ba971767e41e90b893c729524291d272ba2b12a11aa9ca70c7a60708b41e06b0c05d0293ebec14
7
+ data.tar.gz: f1472923883861a996eb5343948229cdb21405d069358e1a48f60e86b576e5cdb59bf5970153e94b8fe8db9c829345ef8812f4d7489ff7da43ece68d36b5038d
@@ -1,6 +1,6 @@
1
1
  module Bibliothecary
2
2
  module Parsers
3
- class Swift
3
+ class SwiftPM
4
4
  include Bibliothecary::Analyser
5
5
 
6
6
  def self.parse(filename, path)
@@ -1,3 +1,3 @@
1
1
  module Bibliothecary
2
- VERSION = "3.0.1"
2
+ VERSION = "4.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bibliothecary
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Nesbitt
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-20 00:00:00.000000000 Z
11
+ date: 2016-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: toml-rb
@@ -178,7 +178,7 @@ files:
178
178
  - lib/bibliothecary/parsers/pypi.rb
179
179
  - lib/bibliothecary/parsers/rubygems.rb
180
180
  - lib/bibliothecary/parsers/shard.rb
181
- - lib/bibliothecary/parsers/swift.rb
181
+ - lib/bibliothecary/parsers/swift_pm.rb
182
182
  - lib/bibliothecary/version.rb
183
183
  - lib/sdl_parser.rb
184
184
  homepage: https://github.com/librariesio/bibliothecary