usps_flags 0.1.22 → 0.1.23

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.
data/lib/usps_flags.rb CHANGED
@@ -7,11 +7,17 @@ class USPSFlags
7
7
  require 'zip'
8
8
  require 'mini_magick'
9
9
  require 'rational'
10
+
10
11
  require 'usps_flags/config'
11
12
  require 'usps_flags/helpers'
12
13
  require 'usps_flags/core'
13
14
  require 'usps_flags/generate'
14
15
 
16
+ # Dir['./lib/usps_flags/core/**'].map { |d| d.split("/").last.split(".rb").first }
17
+ %w[anchor binoculars ensign field footer headers lighthouse pennant star trident trident_spec trumpet us wheel].each do |d|
18
+ require "usps_flags/core/#{d}"
19
+ end
20
+
15
21
  # Constructor for individual flags.
16
22
  #
17
23
  # @example Generate insignia at default scale for Lt/C
data/usps_flags.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'usps_flags'
3
- s.version = '0.1.22'
4
- s.date = '2017-10-19'
3
+ s.version = '0.1.23'
4
+ s.date = '2017-10-31'
5
5
  s.summary = 'Flag generator for United States Power Squadrons'
6
6
  s.description = 'A flag image (PNG, SVG) generator for United States Power Squadrons.'
7
7
  s.homepage = 'http://rubygems.org/gems/usps_flags'
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usps_flags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.22
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander
@@ -30,7 +30,7 @@ cert_chain:
30
30
  3YzYAc+kXfD7kkzA2NMvLT6Q1v03qQyIZ8BS8SNk5wLGAdLM+IravFDLEs448fjz
31
31
  lEAU0RHLFVbE+CXW6makIlWGHR0=
32
32
  -----END CERTIFICATE-----
33
- date: 2017-10-19 00:00:00.000000000 Z
33
+ date: 2017-10-31 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: file_utils
@@ -178,6 +178,20 @@ files:
178
178
  - lib/usps_flags.rb
179
179
  - lib/usps_flags/config.rb
180
180
  - lib/usps_flags/core.rb
181
+ - lib/usps_flags/core/anchor.rb
182
+ - lib/usps_flags/core/binoculars.rb
183
+ - lib/usps_flags/core/ensign.rb
184
+ - lib/usps_flags/core/field.rb
185
+ - lib/usps_flags/core/footer.rb
186
+ - lib/usps_flags/core/headers.rb
187
+ - lib/usps_flags/core/lighthouse.rb
188
+ - lib/usps_flags/core/pennant.rb
189
+ - lib/usps_flags/core/star.rb
190
+ - lib/usps_flags/core/trident.rb
191
+ - lib/usps_flags/core/trident_spec.rb
192
+ - lib/usps_flags/core/trumpet.rb
193
+ - lib/usps_flags/core/us.rb
194
+ - lib/usps_flags/core/wheel.rb
181
195
  - lib/usps_flags/generate.rb
182
196
  - lib/usps_flags/helpers.rb
183
197
  - spec/rational_spec.rb
metadata.gz.sig CHANGED
Binary file