humidifier 1.4.2 → 1.6.0

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.
@@ -1,4 +1,4 @@
1
- #include <humidifier.h>
1
+ #include "humidifier.h"
2
2
 
3
3
  // takes a substring from underscore_preprocess like EC2T or AWST and converts
4
4
  // it to Ec2T or AwsT
@@ -4,10 +4,6 @@
4
4
  #include <ctype.h>
5
5
  #include <ruby.h>
6
6
 
7
- static void format_substring(char* substr, const int substr_idx, const int capitalize);
8
- static void preprocess(char* str);
9
- static VALUE underscore(VALUE self, VALUE str);
10
-
11
7
  void Init_humidifier();
12
8
 
13
9
  #endif
Binary file
@@ -1,4 +1,4 @@
1
1
  module Humidifier
2
2
  # Gem version
3
- VERSION = '1.4.2'.freeze
3
+ VERSION = '1.6.0'.freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humidifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Localytics
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-21 00:00:00.000000000 Z
11
+ date: 2017-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: benchmark-ips