chemcaster 0.4.1 → 0.4.2

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 (2) hide show
  1. data/lib/chemcaster/zip.rb +9 -0
  2. metadata +2 -1
@@ -0,0 +1,9 @@
1
+ module Chemcaster
2
+ class Zip
3
+ attr_accessor :data
4
+
5
+ def initialize link, content=""
6
+ @data = content
7
+ end
8
+ end
9
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chemcaster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Apodaca
@@ -50,6 +50,7 @@ files:
50
50
  - lib/chemcaster/execution.rb
51
51
  - lib/chemcaster/archive.rb
52
52
  - lib/chemcaster/image.rb
53
+ - lib/chemcaster/zip.rb
53
54
  has_rdoc: true
54
55
  homepage: http://chemcaster.com
55
56
  licenses: []