freee-api 0.0.1 → 0.0.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: 76d171d0760c51273167c762d24563769b8818a5
4
- data.tar.gz: 9f625ed70fccee1b668f44e5e62cd73383b7443a
3
+ metadata.gz: 82d36d56f1a7b4aadbdf407ab6b7e712ba834901
4
+ data.tar.gz: 23df30100a0a669d61be8401f2b7e68c3ea27515
5
5
  SHA512:
6
- metadata.gz: de5c7a809b173dc774496c0c88ac1e7180b9926ccb2732aef5c97d449f18ac2f63e5441a2c9de220c368ab0f7b3c1ce14300dfc39eef0a51e8795c368caf44f7
7
- data.tar.gz: 5eb8fbca17ba5b594949220b6dd7d3bb0fb64f7c16a97622e1d4ca0f59d523cca62fb59eb0f463cf58d27b2083d9083a668651a3b6d18aff9dd8a2bb9ad671c9
6
+ metadata.gz: b4bc3e0ca9c408f23e265e6f7d301c05a884dc82abc366c5deab031a875f92e44e5e05d24ce9fd8813c1e3729cb0f0d157e3d65e454f2862b67a1b8f349d1ab3
7
+ data.tar.gz: 1a70475ac783a51e7e093aa917280f766606e09cb28f1deedc976f1134cac267a2f4fc9ae20b5b815eb1b9d1260e737e9aff64c0173a4fb42cc65be5e92c12f2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- freee-api (0.0.1)
4
+ freee-api (0.0.2)
5
5
  faraday (~> 0.12.2)
6
6
  faraday_middleware (~> 0.12.2)
7
7
  oauth2 (~> 1.4.0)
data/README.md CHANGED
@@ -1,8 +1,9 @@
1
- # Freee::Api
1
+ [![Build Status](https://travis-ci.org/himrock922/freee-api.svg?branch=master)](https://travis-ci.org/himrock922/freee-api)
2
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/freee/api`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ # freee-api
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ このgemはfreeeサービスへ各データを登録できるようにしたクライアントライブラリです。
6
+ freeeとの通信プロトコルはOAuth2を利用しています。
6
7
 
7
8
  ## Installation
8
9
 
@@ -22,7 +23,7 @@ Or install it yourself as:
22
23
 
23
24
  ## Usage
24
25
 
25
- TODO: Write usage instructions here
26
+ 編集中...
26
27
 
27
28
  ## Development
28
29
 
@@ -32,7 +33,10 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
33
 
33
34
  ## Contributing
34
35
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/freee-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.
36
+ * Fork this repository on github
37
+ * Make your changes and send me a pull request
38
+ * If I like them I'll merge them
39
+ * If I've accepted a patch, feel free to ask for a commit bit!
36
40
 
37
41
  ## License
38
42
 
@@ -40,4 +44,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
40
44
 
41
45
  ## Code of Conduct
42
46
 
43
- Everyone interacting in the Freee::Api project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/freee-api/blob/master/CODE_OF_CONDUCT.md).
47
+ Everyone interacting in the freee-api project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/himrock922/freee-api/blob/master/CODE_OF_CONDUCT.md).
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Freee
4
4
  module Api
5
- VERSION = '0.0.1'
5
+ VERSION = '0.0.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freee-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - himrock922