artbase 0.0.1 → 0.1.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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-09 00:00:00.000000000 Z
11
+ date: 2022-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc
@@ -46,20 +46,37 @@ dependencies:
46
46
  version: '3.22'
47
47
  description: artbase
48
48
  email: wwwmake@googlegroups.com
49
- executables: []
49
+ executables:
50
+ - artbase
50
51
  extensions: []
51
52
  extra_rdoc_files:
52
53
  - CHANGELOG.md
54
+ - LICENSE.md
53
55
  - Manifest.txt
54
56
  - README.md
55
57
  files:
56
58
  - CHANGELOG.md
59
+ - LICENSE.md
57
60
  - Manifest.txt
58
61
  - README.md
59
62
  - Rakefile
63
+ - bin/artbase
60
64
  - lib/artbase.rb
65
+ - lib/artbase/attributes.rb
66
+ - lib/artbase/collection.rb
67
+ - lib/artbase/collection/image.rb
68
+ - lib/artbase/collection/opensea.rb
69
+ - lib/artbase/collection/token.rb
70
+ - lib/artbase/helper.rb
71
+ - lib/artbase/image.rb
72
+ - lib/artbase/image/24x24.rb
73
+ - lib/artbase/image/32x32.rb
74
+ - lib/artbase/image/60x60.rb
75
+ - lib/artbase/image/80x80.rb
76
+ - lib/artbase/opensea.rb
77
+ - lib/artbase/tool.rb
61
78
  - lib/artbase/version.rb
62
- homepage: https://github.com/pixelartexchange/opensea.sandbox
79
+ homepage: https://github.com/pixelartexchange/artbase
63
80
  licenses:
64
81
  - Public Domain
65
82
  metadata: {}