rubyhelper 1.1.2 → 1.1.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: 6242a9c09772908bd881caa26336e4120863798b
4
- data.tar.gz: 86964bfc7655e99f129dd20d7cf468235ff1ba6e
3
+ metadata.gz: 3192a8632a7143e103b0d450d621b7a0ccc98714
4
+ data.tar.gz: 3b1ca16f63de0e40476cdcb8e9375932d9fc1ef0
5
5
  SHA512:
6
- metadata.gz: cfb803191d145419ff2ce8c14a68eb8eeb5f9ad044b72b41d8fa2326603b5000671b90c7a09f3b336a6907fe5dcb6dfc812c97579fbe79a3f77c97ac5bb467ae
7
- data.tar.gz: 5664d87ecbc59fd7312574231cfe623d11907b62200427db000d834fb750389bebfde43139e2f0bbe4d0077692f00f963194ab8b908962be9a6ef1b3b7c151bb
6
+ metadata.gz: 22972314718f28dd69b5ea61e8e1f30c669a7dc8075ba5a265a7b4ea925cca2c37a9b0778df69126e17b23bc3693e51f25d9b4078ada4d6c61cae0b17f141b4f
7
+ data.tar.gz: 6f59cf81f21ddab38030023762852e8076c3cf4f3d97b9f992b050359850ba3d1d4b75d2a1066f61c7f17357c39e0d89ac44d2568912e2d28048ad51e7dea227
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module RubyHelper
2
- VERSION = '1.1.2'
2
+ VERSION = '1.1.3'
3
3
  end
@@ -39,6 +39,7 @@ module StringHelper
39
39
  end
40
40
 
41
41
  # Remove accents from the string, and replace it by the same letter in ASCII
42
+ # Note : it doesn't remove non ASCII characters
42
43
  #
43
44
  # @param replace [String] replace by character default case
44
45
  # @return [String] self cahnged
@@ -83,7 +84,7 @@ module StringHelper
83
84
  end
84
85
 
85
86
  # Return a simple ascii string. Invalid characters will be replaced by "replace" (argument)
86
- # Accents are removed first and replaced by the equivalent ASCII letter
87
+ # Accents are removed first and replaced by the equivalent ASCII letter (example : 'é' => 'e')
87
88
  #
88
89
  # @param replace [String] a caracter to replace non-ascii chars
89
90
  # @param case_mod [Symbol] :upcase, :capitalize or :downcase or nil if no case change
@@ -201,7 +202,7 @@ module StringHelper
201
202
  return self.gsub(/[^\d]/, "")
202
203
  end
203
204
 
204
- # see #get_int
205
+ # see {#get_int}
205
206
  #
206
207
  # @return [String]
207
208
  def get_int!(sign = true)
@@ -1,7 +1,5 @@
1
1
  #encoding: utf-8
2
2
 
3
- require 'pry'
4
-
5
3
  module VersionHelper
6
4
 
7
5
  class Version
data/rubyhelper.gemspec CHANGED
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
  s.name = 'rubyhelper'
5
5
  s.version = RubyHelper::VERSION
6
6
  s.date = Time.now.getgm.to_s.split.first
7
- s.summary = "First real release :) 1.1 with fix doc, fix tests, certification, ..."
7
+ s.summary = "hotfix (remove pry requirement)"
8
8
  s.description = "A list of utils for the basic Class of ruby."
9
9
  s.authors = [
10
10
  "poulet_a"
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyhelper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - poulet_a
@@ -31,7 +31,7 @@ cert_chain:
31
31
  +lG6tRo8QaFrH3afOmy4VUaG84Jm1XjNYnyaOfLb9ItpcQgVySn2c3aJ2PLcPljM
32
32
  EhZUryAiV8KNMQ==
33
33
  -----END CERTIFICATE-----
34
- date: 2014-09-07 00:00:00.000000000 Z
34
+ date: 2014-09-08 00:00:00.000000000 Z
35
35
  dependencies: []
36
36
  description: A list of utils for the basic Class of ruby.
37
37
  email:
@@ -95,6 +95,6 @@ rubyforge_project:
95
95
  rubygems_version: 2.4.1
96
96
  signing_key:
97
97
  specification_version: 4
98
- summary: First real release :) 1.1 with fix doc, fix tests, certification, ...
98
+ summary: hotfix (remove pry requirement)
99
99
  test_files: []
100
100
  has_rdoc:
metadata.gz.sig CHANGED
Binary file