rdgem 0.1.28 → 0.1.29

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rdgem/version.rb +1 -1
  3. data/lib/rdgem.rb +6 -6
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4bddd0217955147b5341c95b48b398e19d36f48c
4
- data.tar.gz: 8afda2a631d59012a0fb5293427994ad5eb3a40a
3
+ metadata.gz: 4e6f1bc3068300756220ace290f35bdf96fafdcf
4
+ data.tar.gz: 5176a7f3a602ecb5b9639aeb9ce6eeed80309e15
5
5
  SHA512:
6
- metadata.gz: e34d153838c4f06b620187d4561ed111ad97eac6ca6101907e427748c024f97596dd1007a27e51caad6ad7863ac83c9ca9286f0bc5962e2ed21369b19307267a
7
- data.tar.gz: 4e8dedaab3fe3d1d9a01524984ec498c9af64d5b01fdf9ace2be19ef262735ec6074021e3723e2a85a8a81f91d0d773b39fe832eeded176fd0d98714735f5b3c
6
+ metadata.gz: 4336413a3ca88280b05b684f7ea1ef733dac9bc016203a5ecb03d3fab1c49d4ebee2f52fe1c998901ccb2624d6d751a4bbf9dd907bb1a96e1607bb3713bd3a6e
7
+ data.tar.gz: 895daa469c68813e714abd84ea8f8db8cc94371e6a86f7112c40b1603281c014c63f7f308f95da430fa16373dbdd41bec99e7d0aaf5d32204f7f4bcc047444dd
data/lib/rdgem/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rdgem
2
- VERSION = "0.1.28"
2
+ VERSION = "0.1.29"
3
3
  end
data/lib/rdgem.rb CHANGED
@@ -102,14 +102,14 @@ module Rdgem
102
102
  end
103
103
  end
104
104
  #Hash the info
105
- custom_field = Hash[fields.zip(@field_key.map \
105
+ @custom_field = Hash[fields.zip(@field_key.map \
106
106
  {|i| i.include?(',') ? (i.split /, /) : i})] #/
107
107
  #integrate missing fields
108
- custom_field.each_with_object do |create|
109
- puts "custom_field_before",custom_field
108
+ @custom_field.each_with_object do |create|
109
+ puts "custom_field_before",@custom_field
110
110
  if create[1].blank?
111
111
  create[1] = create_field(app_key, create[0])
112
- puts "custom_field_after",custom_field
112
+ puts "custom_field_after",@custom_field
113
113
  end
114
114
  end
115
115
  else
@@ -117,8 +117,8 @@ module Rdgem
117
117
  return false
118
118
  end
119
119
  end
120
- puts "custom_field", custom_field
121
- return custom_field
120
+ puts "custom_field", @custom_field
121
+ return @custom_field
122
122
  end
123
123
 
124
124
  #checks if the key is valid and if the custom fields are created in the acc
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdgem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.28
4
+ version: 0.1.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - gabriel