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 +4 -4
- data/CODE_OF_CONDUCT.md +1 -1
- data/README.md +6 -2
- data/lib/useragent_api/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16509832ebce2f415592b4a1c51d5ae91d6d4d54
|
4
|
+
data.tar.gz: 7f876834114768a692f55b5d9b6afa30d4ff9642
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
-
[![
|
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/
|
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
|
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.
|
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-
|
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.
|
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
|