lazar 0.0.1 → 0.0.3

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: 157a9b173e030836bae98dbf0c42a995ad724dbd
4
- data.tar.gz: b03d29698bb65e86fa6fb6e72498e3c4e2955b60
3
+ metadata.gz: 0f2c2bf4801911bf244142c9efc183a6bcc52a86
4
+ data.tar.gz: a299ae449106a638a151b2e3fd55a87e71337891
5
5
  SHA512:
6
- metadata.gz: 960916daa73898e9cf2e4de3eeccd832dbf3ede431d7a469de48ead03ca009ab37b9eed6f6f21c489c7b26ac8584ef9a8869f020a56825ed7f425642e6102653
7
- data.tar.gz: fe66848725ebcf952e25c57e384c207d113a1ecb3daaf017828b6689425f0b07fd6c5bc501168326ae09c050e09e4b050daf508ac56b1ca36db7e0bee6134c9b
6
+ metadata.gz: adb05770645446f2793b7657c390a180e6b78a4db7b7ed0beac8445da0f54f14186696fcc7a28b9866be6bbe5b1dc9c284a9f38fbc5e416f82824d548ea1f254
7
+ data.tar.gz: c77eae6d7ffff5859c113cd553c6198b1532f3fce7973a948c79f79c3f86340723851bd19c65ec8f34c2650fee364fa95578244228280ec59b83924bbb516434
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.3
@@ -0,0 +1,5 @@
1
+ all:
2
+ true
3
+
4
+ install:
5
+ true
data/ext/lazar/extconf.rb CHANGED
@@ -85,3 +85,4 @@ FileUtils.cd File.join(main_dir,"last-utils")
85
85
  `sed -i '8s/"openbabel", //' lu.rb`
86
86
 
87
87
  # install R packagemain_dir
88
+ $makefile_created = true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lazar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Helma, Martin Guetlein, Andreas Maunz, Micha Rautenberg, David Vorgrimmler,
@@ -96,6 +96,7 @@ files:
96
96
  - README.md
97
97
  - Rakefile
98
98
  - VERSION
99
+ - ext/lazar/Makefile
99
100
  - ext/lazar/extconf.rb
100
101
  - java/CdkDescriptorInfo.class
101
102
  - java/CdkDescriptorInfo.java