ruby3mf 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/ruby3mf/{Thumbnail3mf.rb → thumbnail3mf.rb} +0 -0
- data/lib/ruby3mf/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c07802f6add8f14b33c46f785b5f066e1692c2c
|
4
|
+
data.tar.gz: ba1d5f3974d247a8f6423f1f01b67e3bea44da7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 446d4161c036b8a0790154e0a4e7b00ab178053c3c83fca9a3e37f6965f57d9da585ef40bc8e2f68c1ccb4b9a805e4b945b934caa9517a9b960f1ef0d2f53a38
|
7
|
+
data.tar.gz: 183521c53e13d532943030fdad6b30cff5f5b3e49e4dd6c226bf369a6f3065be3893ee0e6b00fac06ecbc7cea35ac5ff87df41998c743b003ad6994d0b2d5eae
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# Ruby3mf
|
2
2
|
|
3
|
+
[](http://badge.fury.io/rb/ruby3mf)
|
4
|
+
|
3
5
|
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ruby3mf`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
6
|
|
5
7
|
TODO: Delete this and the text above, and describe your gem
|
File without changes
|
data/lib/ruby3mf/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby3mf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Whitmarsh, Jeff Porter, and William Hertling
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -116,13 +116,13 @@ files:
|
|
116
116
|
- bin/console
|
117
117
|
- bin/setup
|
118
118
|
- lib/ruby3mf.rb
|
119
|
-
- lib/ruby3mf/Thumbnail3mf.rb
|
120
119
|
- lib/ruby3mf/content_types.rb
|
121
120
|
- lib/ruby3mf/document.rb
|
122
121
|
- lib/ruby3mf/hash.rb
|
123
122
|
- lib/ruby3mf/log3mf.rb
|
124
123
|
- lib/ruby3mf/model3mf.rb
|
125
124
|
- lib/ruby3mf/relationships.rb
|
125
|
+
- lib/ruby3mf/thumbnail3mf.rb
|
126
126
|
- lib/ruby3mf/version.rb
|
127
127
|
- ruby3mf.gemspec
|
128
128
|
homepage: https://github.com/IPGPTP/ruby3mf
|