sluggable-alex-test 0.0.0 → 0.0.1

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/sluggable-alex-test.rb +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b027f51a31f07ec2f8019ddab0e7c42c81ad1e4
4
- data.tar.gz: a181bc1a150590e591306f4eb03999c2d8430fe5
3
+ metadata.gz: 18f04454ca422ccfdff38549cf8b453da4dc1630
4
+ data.tar.gz: a5bfd9a874eaa540fc8b84dde8c7042aa6baa747
5
5
  SHA512:
6
- metadata.gz: 56223c132d32e2e7bb570825e15a5a3b2ac787cd42bacd2502c13e52fee52c88691825cc983146f94b8031e9a3a077dc0cfe400b9fba24f13688594010864b0a
7
- data.tar.gz: 940fbad5042ce415881992532aa4cc1db2816d5366094c82d94b42b6acc3e96533e168ad09a170c7ad80f5137f1ff33d6a504f276fb58a1fc20e9abd18fc3508
6
+ metadata.gz: 7ff2920c9efea1320932219e551ab6dcdaa2c07e00eb7c23791989a0c5a7edefdb6f5e1fff1712b6b873746379fb673d393490f4a340f1fa333203b657bd8349
7
+ data.tar.gz: d9987753bd70f463a59d1b7eebcd37eb2a35c9f0922e5a6d9a59673a668e0f0ff9aaed3a1e12a06c8d4355e2488991bfb52129bb550c1ef78d3bb985f24270b8
@@ -26,6 +26,7 @@ module Sluggable
26
26
  end
27
27
 
28
28
  def to_slug(name)
29
+ #still has some bugs
29
30
  #strip the string
30
31
  ret = name.strip
31
32
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sluggable-alex-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Chen