punctuate 1.0.0 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c78c7a08c06ce08279076662e83247354725b995
4
- data.tar.gz: 48360aa794bd0651ea853e72d476bf742b2fee7e
3
+ metadata.gz: 001d1ac7e2f35a28cc07d449794b29518978b2a0
4
+ data.tar.gz: 0857cd27cbfba5506c184d291a92b28155e7b354
5
5
  SHA512:
6
- metadata.gz: ffe998fb9fe13b20f3a640038c5e6d863d4fcc36e2b79f9ec87679c1455134c4b03e3733194c37fe789fa1b7839251452ba3e7c3ccdcfee48d52e42324a904dd
7
- data.tar.gz: 6d0298f441c3208d4f502a416b83d1435c560653cd740a3c8297c9d134552d5662685b97265b1fb5ce0cb5f603d01b424773c7076f5bd139448d456af599f82b
6
+ metadata.gz: 65f80b437727e8d7e031ab2468c6bdbcc2a6137ece1203f4103c94310bbe653802d6f9a5b00abcbc91b0fbda27f6186db6abacffe63206fbc6b655a839a79343
7
+ data.tar.gz: 7c2ad8a1eea608e9f08140fa9f4ed70ba878318b31237148e96734b0dded77480822b3d1b02c2b13af34efdbd541d116a34ec395481b50e71a210bceba31b6f6
data/README.md CHANGED
@@ -30,7 +30,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
30
30
 
31
31
  ## Contributing
32
32
 
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/victorngkp/punctuate. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
33
+ Bug reports and pull requests are welcome on GitHub at https://github.com/qwuen/punctuate. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
34
34
 
35
35
 
36
36
  ## License
@@ -1,3 +1,3 @@
1
1
  module Punctuate
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["khuenping@gmail.com", "jackyhwong91@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Converts Unicode or non-ASCII punctuation and symbols to nearest ASCII punctuation and symbols.}
13
- spec.homepage = "https://github.com/victorngkp/punctuate"
13
+ spec.homepage = "https://github.com/qwuen/punctuate"
14
14
  spec.license = "MIT"
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: punctuate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Ng KP
@@ -76,7 +76,7 @@ files:
76
76
  - lib/punctuate/symbols.rb
77
77
  - lib/punctuate/version.rb
78
78
  - punctuate.gemspec
79
- homepage: https://github.com/victorngkp/punctuate
79
+ homepage: https://github.com/qwuen/punctuate
80
80
  licenses:
81
81
  - MIT
82
82
  metadata: {}