class_from_son 0.1.6 → 0.1.7

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/class_from_SON.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abf5d4e89cc9bf59334246eb70e5f81ee9e8dab9b48e7585879ad3c81013d18c
4
- data.tar.gz: e1810cf3ee2f162217dce26e53de3c7b30d0e3b6a141a969b7404aad221e6f42
3
+ metadata.gz: 454e1aeddc02a92ce61a486b46b82c9843c4a030e3acf3e11c82161c4059926c
4
+ data.tar.gz: bc60bfad91c5fc55003bc46032f3895bb884217f0e2a2f6e43747bd6a587f3ea
5
5
  SHA512:
6
- metadata.gz: c758b0ebf50b308cc29bb7a122346e39e0b185b7144afec35942387a4a4323d8ca369635a5167f3ee3891955ee8ef3352443e2c247c39ec0a9346d7c75013a3b
7
- data.tar.gz: e148c2ff366ea22b46cbc3050604f7bf3cf9f58bbb1b79bea8b1ba82ea5949acc9d328aba65ec42e030092f0ee750708fe4f39106ee7d659cad5743922de0323
6
+ metadata.gz: d8cd190dcaff59b3c252093ec4dce5289e44ada71e21e358c4e5ac41bcab0a8753c0570712ea1bf4c0ae48144a0894d5f6e0669a8d41ed82d5118bf44c542ecf
7
+ data.tar.gz: 50959148d2c3212298f13aaf00c81bda79cf78d75708ba72fda514fc742c466bc934ee5ab09a6d9015270b54bcc8df2b94826074931d502f53ad2c161eab98f9
@@ -173,14 +173,14 @@ class ClassFromSON
173
173
  # Returns code representing the start of the class
174
174
  def generate_class_start(name)
175
175
  case @language
176
- when :java, :java_lombok
176
+ when :java
177
177
  start = <<-START
178
178
 
179
179
  import com.fasterxml.jackson.annotation.JsonProperty;
180
180
 
181
181
  public class #{convert_custom_class_type(name)} {
182
182
  START
183
- when :java_lombok # TODO
183
+ when :java_lombok
184
184
  start = <<-START
185
185
 
186
186
  import com.fasterxml.jackson.annotation.JsonProperty;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: class_from_son
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Morrisby