github_issue_request 0.0.2 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/README.md +3 -3
- data/github_issue_request.gemspec +1 -1
- data/lib/github_issue_request/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a97300237c5a69ec5fa8a9b0df114ba84f4a9126
|
4
|
+
data.tar.gz: abb729fac81c8b7ff85d33958ff9f94272e4a42a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33093fd4ebf712c8c55ea3190259673c2c93fff5cb05dcf8b987743ba57f09a47d1ad2346c76533360a543b8611009d3729f798cdb4bfa33eda8f5b72fa3a1a0
|
7
|
+
data.tar.gz: 33c459d2df08086ad6de3bb522b7fde6796670d09d7105a5db1dd9ad313a7e3f838cddb817c6c9b944dbe9e6bfd72c8f82a8ccf78690898e602afae7bf5b6a29
|
data/Gemfile.lock
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
|
5
|
-
activesupport (~> 4.2.
|
4
|
+
github_issue_request (0.1.0)
|
5
|
+
activesupport (~> 4.2.7.1)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activesupport (4.2.
|
10
|
+
activesupport (4.2.7.1)
|
11
11
|
i18n (~> 0.7)
|
12
12
|
json (~> 1.7, >= 1.7.7)
|
13
13
|
minitest (~> 5.1)
|
@@ -16,7 +16,7 @@ GEM
|
|
16
16
|
diff-lcs (1.2.5)
|
17
17
|
i18n (0.7.0)
|
18
18
|
json (1.8.3)
|
19
|
-
minitest (5.
|
19
|
+
minitest (5.9.0)
|
20
20
|
rake (10.4.2)
|
21
21
|
rspec (3.3.0)
|
22
22
|
rspec-core (~> 3.3.0)
|
@@ -39,8 +39,8 @@ PLATFORMS
|
|
39
39
|
ruby
|
40
40
|
|
41
41
|
DEPENDENCIES
|
42
|
-
GithubIssueRequest!
|
43
42
|
bundler (~> 1.3)
|
43
|
+
github_issue_request!
|
44
44
|
rake
|
45
45
|
rspec (~> 3.3.0)
|
46
46
|
|
data/README.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
# Github issue request
|
2
2
|
[![Build Status](https://travis-ci.org/henteko/github_issue_request.svg?branch=master)](https://travis-ci.org/henteko/github_issue_request)
|
3
|
-
[![Gem Version](https://badge.fury.io/rb/
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/github_issue_request.svg)](https://badge.fury.io/rb/github_issue_request)
|
4
4
|
|
5
5
|
This gem is request to github issue for user.
|
6
6
|
|
7
7
|
# Install
|
8
8
|
|
9
9
|
```
|
10
|
-
$ gem install
|
10
|
+
$ gem install github_issue_request
|
11
11
|
```
|
12
12
|
|
13
13
|
or
|
14
14
|
|
15
15
|
```
|
16
|
-
gem '
|
16
|
+
gem 'github_issue_request'
|
17
17
|
```
|
18
18
|
|
19
19
|
```
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
13
13
|
spec.homepage = "https://github.com/henteko/github_issue_request"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
|
-
spec.add_dependency "activesupport", "~> 4.2.
|
16
|
+
spec.add_dependency "activesupport", "~> 4.2.7.1"
|
17
17
|
|
18
18
|
spec.add_development_dependency "bundler", "~> 1.3"
|
19
19
|
spec.add_development_dependency "rake"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github_issue_request
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- henteko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.2.
|
19
|
+
version: 4.2.7.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 4.2.
|
26
|
+
version: 4.2.7.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|