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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d17051b85b5abed1a73edd6d69679e8f31f2160a
4
- data.tar.gz: 6e5adfe5c57ab16095b832f03fb6405cdc63f730
3
+ metadata.gz: 7c07802f6add8f14b33c46f785b5f066e1692c2c
4
+ data.tar.gz: ba1d5f3974d247a8f6423f1f01b67e3bea44da7d
5
5
  SHA512:
6
- metadata.gz: 6d961a1a3dc64d35425a2f1948b8a8fa1019a743227015be4635db2af6e91e8b9c29b536382970b46485426bda4a7f3ea8f85be964d39d6d65b4dceef6472418
7
- data.tar.gz: e08a78b05990c4fd8e499297df32a68872271e1a27ac822469d33b46c2103261ae6bcce07578a668d04eda5cb868ce7e09ee7847a1db26b1ad04ea9b5edd8ab6
6
+ metadata.gz: 446d4161c036b8a0790154e0a4e7b00ab178053c3c83fca9a3e37f6965f57d9da585ef40bc8e2f68c1ccb4b9a805e4b945b934caa9517a9b960f1ef0d2f53a38
7
+ data.tar.gz: 183521c53e13d532943030fdad6b30cff5f5b3e49e4dd6c226bf369a6f3065be3893ee0e6b00fac06ecbc7cea35ac5ff87df41998c743b003ad6994d0b2d5eae
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Ruby3mf
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/ruby3mf.svg)](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
@@ -1,3 +1,3 @@
1
1
  module Ruby3mf
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-09 00:00:00.000000000 Z
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