useragent_api 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa7b4380698ff6a3af222de67b3bd4dea389204e
4
- data.tar.gz: '0419a791e1514c983b690d27418c6ac1358ef5dd'
3
+ metadata.gz: 16509832ebce2f415592b4a1c51d5ae91d6d4d54
4
+ data.tar.gz: 7f876834114768a692f55b5d9b6afa30d4ff9642
5
5
  SHA512:
6
- metadata.gz: a9dadd10d7ba6dfed43cf651c7bff342a036d0f75489ab640d3918d93050f70b6889948b8f96d49de086b86a73f16b6b0954065b1567bc80942a497bc5ea640d
7
- data.tar.gz: c5df77933eb177cec97a6f3832254256a523f056fdc8fe8cb1e4787ffafb1e2c673ec8595c7a830d02d812e4b78d7182b2b5f3af3cc24a1dd53049b3dde17bc9
6
+ metadata.gz: 96dc4936f3914f0e9fee3ee68bdc18b931066bdfed9426c32a6322b7bd74ce38d17cc4a6c82676d9c35c57f114818056590c3401cb2ac9f4162ed7e921ef2e4e
7
+ data.tar.gz: 1f8fafbcb78d178ba8b44404f9134bde4d672b8efb70b99e33014273357e3d19e69196bdb2c063c2f7b37ba8928d2f7568faa8f6aa57fc72a2ef203fb851a89f
data/CODE_OF_CONDUCT.md CHANGED
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at masutaka@feedforce.jp. All
58
+ reported by contacting the project team at technical_staff@feedforce.jp. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
data/README.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # UseragentApi
2
2
 
3
- [![Build Status](https://travis-ci.org/feedforce/useragent_api.svg?branch=master)][travisci]
3
+ [![Travis Status](https://img.shields.io/travis/feedforce/useragent_api.svg?maxAge=2592000)][travisci]
4
+ [![License](https://img.shields.io/github/license/feedforce/useragent_api.svg?maxAge=2592000?style=flat-square)][license]
5
+ [![Gem](https://img.shields.io/gem/v/useragent_api.svg?maxAge=2592000?style=flat-square)][gem-link]
4
6
 
5
7
  [travisci]: https://travis-ci.org/feedforce/useragent_api
8
+ [license]: https://github.com/feedforce/useragent_api/blob/master/LICENSE.txt
9
+ [gem-link]: http://badge.fury.io/rb/useragent_api
6
10
 
7
11
  This gem provides an access to [UseragentAPI](https://useragentapi.com).
8
12
 
@@ -44,7 +48,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
44
48
 
45
49
  ## Contributing
46
50
 
47
- Bug reports and pull requests are welcome on GitHub at https://github.com/masutaka/useragent_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
51
+ Bug reports and pull requests are welcome on GitHub at https://github.com/feedforce/useragent_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
48
52
 
49
53
 
50
54
  ## License
@@ -1,3 +1,3 @@
1
1
  module UseragentApi
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: useragent_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-15 00:00:00.000000000 Z
11
+ date: 2017-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  requirements: []
124
124
  rubyforge_project:
125
- rubygems_version: 2.6.10
125
+ rubygems_version: 2.6.11
126
126
  signing_key:
127
127
  specification_version: 4
128
128
  summary: Ruby toolkit for working with the UserAgent API