purl 0.1.0 → 1.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Nesbitt
@@ -17,11 +17,17 @@ extra_rdoc_files: []
17
17
  files:
18
18
  - CHANGELOG.md
19
19
  - CODE_OF_CONDUCT.md
20
+ - LICENSE
20
21
  - README.md
21
22
  - Rakefile
22
23
  - lib/purl.rb
24
+ - lib/purl/errors.rb
25
+ - lib/purl/package_url.rb
26
+ - lib/purl/registry_url.rb
23
27
  - lib/purl/version.rb
28
+ - purl-types.json
24
29
  - sig/purl.rbs
30
+ - test-suite-data.json
25
31
  homepage: https://github.com/andrew/purl
26
32
  licenses: []
27
33
  metadata: