engineering 0.4 → 0.4.1

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.
Files changed (4) hide show
  1. checksums.yaml +5 -13
  2. data/.travis.yml +2 -1
  3. data/engineering.gemspec +1 -1
  4. metadata +29 -5
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YWFiMzc4YTE4YmIxMTc2MmZlYzNiNTcwZDcyMDhmYjkxODE4MDRmYg==
5
- data.tar.gz: !binary |-
6
- YTVhOWE2ODI0MjQ4OTM5N2Q5MjMzZWQ0NzU3NWFhM2MzODJmMmYzNg==
2
+ SHA1:
3
+ metadata.gz: c995b380241a208027a30260051f227db7fe3a48
4
+ data.tar.gz: c0f0a3d52b5f68ca979630bb2087915b5371ede8
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MWVlMmM5M2QzY2YzNzU2MjFhZTNkOTA0NjE4NjgyZmYxMjU1YzY2NDhkZTJh
10
- MWIyZWNlNzNlNTY3N2Q0MmNmZDU4NTNlZjA4YjQ0M2UzMTI1M2IwNmZjMDBj
11
- YzgxOGFmZDQyNGQ3NTdhYzEyZjMxZTU1ZTBlZWM2ZGExZmY5MjU=
12
- data.tar.gz: !binary |-
13
- NjE1ZDE1ODkyOGVmM2QyZjhhMWIxZWI4ZDMzNjY4NGQ1MDVjMGU3N2NjY2E5
14
- NzUyZmI3MTM0NTQ2NTgzOGY3NmI2YzNiOGZhMWIwMzY2ZDg1Y2Q1YjM5MmMw
15
- MGU4MzYwYjk3YTE1OWJhM2QwMmRhYTY0ODVlZDlmYjMzOWUwMmE=
6
+ metadata.gz: 7ae202f75c663c2154417d191b7f99beae4c4d31f253fa3648e42440256b4864c1cab1111560d957f9a32286dc89a0ec1bd42ce39a84a37e9e56c1c0eaa03c9a
7
+ data.tar.gz: 42331431ecbbadfecd2866907e1ca01f66bfd61c1768c1975dcd33466471f00e0721e99eb143f2c953965bbd859075a8b2e00d2fa5b68ffa2ddbadc024b07007
@@ -1,6 +1,7 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.0.0
3
+ - 2.0
4
+ - 2.1
4
5
  deploy:
5
6
  provider: rubygems
6
7
  api_key:
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "engineering"
6
- s.version = '0.4'
6
+ s.version = '0.4.1'
7
7
  s.authors = ["Brandon Fosdick"]
8
8
  s.email = ["bfoz@bfoz.net"]
9
9
  s.homepage = "http://github.com/bfoz/engineering"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineering
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Fosdick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-24 00:00:00.000000000 Z
11
+ date: 2015-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dxf
@@ -133,12 +133,12 @@ require_paths:
133
133
  - lib
134
134
  required_ruby_version: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - ! '>='
136
+ - - '>='
137
137
  - !ruby/object:Gem::Version
138
138
  version: '2.0'
139
139
  required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  requirements:
141
- - - ! '>='
141
+ - - '>='
142
142
  - !ruby/object:Gem::Version
143
143
  version: '0'
144
144
  requirements: []
@@ -147,4 +147,28 @@ rubygems_version: 2.4.5
147
147
  signing_key:
148
148
  specification_version: 4
149
149
  summary: Mad Engineering, Ruby style
150
- test_files: []
150
+ test_files:
151
+ - test/builder/extrusion.rb
152
+ - test/builder/model.rb
153
+ - test/builder/sketch.rb
154
+ - test/engineering.rb
155
+ - test/fixtures/sketchup/empty.su
156
+ - test/fixtures/sketchup/hexagon_sketch.su
157
+ - test/fixtures/sketchup/line_sketch.su
158
+ - test/fixtures/sketchup/rectangle_sketch.su
159
+ - test/fixtures/sketchup/simple_extrusion.su
160
+ - test/fixtures/sketchup/simple_extrusion_units.su
161
+ - test/fixtures/sketchup/sketch_group.su
162
+ - test/fixtures/sketchup/sketch_group_group.su
163
+ - test/fixtures/sketchup/sketch_group_group_group.su
164
+ - test/fixtures/translated_extrusion.su
165
+ - test/geometry.rb
166
+ - test/geometry/edge.rb
167
+ - test/geometry/point.rb
168
+ - test/geometry/size.rb
169
+ - test/model.rb
170
+ - test/model/builder.rb
171
+ - test/model/extrusion.rb
172
+ - test/sketchup.rb
173
+ - test/sketchup/builder.rb
174
+ - test/units/literal.rb