establish 0.0.30 → 0.0.31

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
  SHA256:
3
- metadata.gz: a04ba58617539e0011ad1ba123cd359e91e84031c7b5051907ee8aacb767bf19
4
- data.tar.gz: 19b3922e92351d2fef3873b200e2efeb785bd6f6f51e8e3c9808f4274668a88f
3
+ metadata.gz: ca39c6c15da52db624cf1fc454e15c2c73c28eaab752197d63a3b2cd23c3b88f
4
+ data.tar.gz: f3831bb0fd3ccd2c40a0b88f933876158da16965281477ba5db3b21c47fe70ca
5
5
  SHA512:
6
- metadata.gz: 5790376e407e3dc3f537a4246f8f36b38c082f7f17967373ab0aad2b53f62ed6ceba6ca720eb8dbd85b6f76b10b1876675fd3a81be9d6c3d361ef06e37781609
7
- data.tar.gz: 1d688ce22c3a7f2999d70790742dbadacd2eda8c2e68f47441a8e305fdbcc3a9490d22b9b1c1a991ce8297b30f99560e3f0f4444bdc1ef750d46d5a9449990cd
6
+ metadata.gz: d4e4764440409f948c80d5c57077991ae5924664907fc32d0dd4e9795a6c83762a2da063c1bf9ea3871fc5170e7f4a2001f96e478cb0dc487c5caa8211fcf138
7
+ data.tar.gz: ebec53b2c974e36e5f304db6f257662a01b1bdc3af25cf815baea6d551d01d812c24dfe3f0cefd190bd358035f86d48402453226ba506a6b67bfe84ca22f1718
data/.gitignore CHANGED
@@ -31,4 +31,9 @@ build/
31
31
  # .ruby-gemset
32
32
 
33
33
  # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
34
- .rvmrc
34
+ .rvmrc
35
+
36
+
37
+ # Added by Felix
38
+ *.itmsp
39
+ .idea
@@ -49,7 +49,8 @@ module Establish
49
49
 
50
50
  node_set = Nokogiri::XML::NodeSet.new(@data)
51
51
  keywords.each do |word|
52
- keyword = Nokogiri::XML::Node.new('Keyord', @data)
52
+ keyword = Nokogiri::XML::Node.new('Keyword', @data)
53
+ keyword.content = word
53
54
  node_set << keywrod
54
55
  end
55
56
 
@@ -1,3 +1,3 @@
1
1
  module Establish
2
- VERSION = "0.0.30"
2
+ VERSION = "0.0.31"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: establish
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.30
4
+ version: 0.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincenzo Fehring