pushould-ruby 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: 55870f3c921f93ce5fd9c84aca8948b60f852192
4
- data.tar.gz: aeb5f171c6e68742df07d775d69b93b1564b5e04
3
+ metadata.gz: 03f36b5e49113b9394ff0a3b409561d239793245
4
+ data.tar.gz: cac03001b101f5c4d7469ae3ef82ef3e7f8dc880
5
5
  SHA512:
6
- metadata.gz: 2c316345b59b9563f9d7c09f91682a0a6f1a68bffe17f7e7dda219511c3b942d4c6b6c3cbb7eff17e58c68601fa1b2d185bf9e58ab210a7e27a403d2707c44f0
7
- data.tar.gz: 3dd538c4bb426219fb8fa44e66e08e4ed37aa4e5a56a61cc99643ed444b77e0ea8de4e96c219863290ac6a3b2b3d1976dd7f70e95e1aa73591ac9e0be46a4cb5
6
+ metadata.gz: 926a2fbb72f1337e9818bfbee977491b283af817393de684287319a7e2993e3c0b37568bc23bf8fed1ee6f8505592cd8a4f096de7120a6de2f19c744f079ee73
7
+ data.tar.gz: d9cfc5a41bd1aeaa62fca9c333f02f04c40694ef138508905464742b9676b2b5fecb666845a514e947835ee72af4172a8fb0cb7ab49aeb7b03ce1293f58f01d5
data/README.md CHANGED
@@ -1,15 +1,11 @@
1
- # Pushould
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/pushould`. 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
1
+ # [Pushould](https://yhoshino11.github.io) for Ruby
6
2
 
7
3
  ## Installation
8
4
 
9
5
  Add this line to your application's Gemfile:
10
6
 
11
7
  ```ruby
12
- gem 'pushould'
8
+ gem 'pushould-ruby'
13
9
  ```
14
10
 
15
11
  And then execute:
@@ -18,24 +14,17 @@ And then execute:
18
14
 
19
15
  Or install it yourself as:
20
16
 
21
- $ gem install pushould
17
+ $ gem install pushould-ruby
22
18
 
23
19
  ## Usage
24
20
 
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- 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`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
21
+ #### [Official Documentation](https://yhoshino11.github.io)
32
22
 
33
23
  ## Contributing
34
24
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/pushould. 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.
25
+ Bug reports and pull requests are welcome on GitHub at https://github.com/yhoshino11/pushould-ruby. 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.
36
26
 
37
27
 
38
28
  ## License
39
29
 
40
30
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
-
@@ -1,3 +1,3 @@
1
1
  module Pushould
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/pushould.gemspec CHANGED
@@ -24,4 +24,7 @@ Gem::Specification.new do |spec|
24
24
  spec.add_development_dependency "rspec"
25
25
  spec.add_development_dependency "rest-client"
26
26
  spec.add_development_dependency "json"
27
+
28
+ spec.add_dependency "rest-client"
29
+ spec.add_dependency "json"
27
30
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pushould-ruby
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
  - Yu Hoshino
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-26 00:00:00.000000000 Z
11
+ date: 2016-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,6 +80,34 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rest-client
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: json
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
83
111
  description: RealTime without pain.
84
112
  email:
85
113
  - yhoshino11@gmail.com