url_title_getter 0.1.1 → 0.1.2

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: 04dbf9f2196483f683468b94eb3fec58b315d751
4
- data.tar.gz: f1181efe845083135c354fec3195c89952bff4fd
3
+ metadata.gz: 122b90d91084e7963189c662aa1df833a1949760
4
+ data.tar.gz: ca0fd03cbb053153cab46a74b6ab44fe9133aa2d
5
5
  SHA512:
6
- metadata.gz: 93a3ca2d98ba2cdfe011b4b58b49634faea5254c34b4c56ee13f59e234e141f84818331d4c0b42387972586a9c7c13b628e988572bd8f5a640b13db2993763da
7
- data.tar.gz: 46082afd4de2227b2679ac048e0e8726d39b85b1cd26804c458385e894cd7f7a471f7aef4d2d1d4c13d4e4b46af0936a5d78084e541d3eb69b25251d1a54e31c
6
+ metadata.gz: 313e1952dbb80897c1c23da03c254aaf0d7f8df9a0f84df6cbb01729921bc99308c4e29f180aceb6a05aa55abf1da8685cfac0d35a4eef5c0bbd1eab1b1f3f7f
7
+ data.tar.gz: 48e2d1e38a419e9da6e30bcdf2e1318e224a66291e7c52b5615550b83b171f8c301f221ea142b01659f0c359fc9af428c00bea43bd8be4cc6b2d5c2ea3e468de
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- url_title_getter (0.1.1)
4
+ url_title_getter (0.1.2)
5
5
  nokogiri
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # UrlTitleGetter
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/url_title_getter`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
2
+ URLからタイトルを取得します。
6
3
 
7
4
  ## Installation
8
5
 
@@ -30,17 +27,3 @@ UrlTitleGetter.get_decode_url('http://hogehoge.com/%E3%81%BB%E3%81%92%E3%81%BB%E
30
27
  #=> "http://hogehoge.com/ほげほげ"
31
28
  # decode後に不正バイトを含んでしまうURLはdecodeせず返します。
32
29
  ```
33
-
34
- ## Development
35
-
36
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
37
-
38
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
39
-
40
- ## Contributing
41
-
42
- 1. Fork it ( https://github.com/[my-github-username]/url_title_getter/fork )
43
- 2. Create your feature branch (`git checkout -b my-new-feature`)
44
- 3. Commit your changes (`git commit -am 'Add some feature'`)
45
- 4. Push to the branch (`git push origin my-new-feature`)
46
- 5. Create a new Pull Request
@@ -1,3 +1,3 @@
1
1
  module UrlTitleGetter
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: url_title_getter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ovasi