githubissues-port 0.1 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.rdoc +2 -2
- data/githubissues-port.gemspec +0 -1
- data/lib/githubissues-port/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZGIwYmRhYjZjY2I4MWVmMjExMGIzYTIxZTQ2NzRhOTVmODkxMTc2Yg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MGY4MzdjZjdjNzZmN2VhMTlhNmRmZDljMWM3YmFhNThjODc5Njg0NA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZjNiNDc1ZGNkZWEzYThmMjc5ODc4YWQzZDlmNjZiZDI0MTA1YjBlMDhmMWVj
|
10
|
+
ZTc5M2I4MzEzMjlkMDQ5ZDdjNzYyNTJjM2E3OTRjNDg1ZGY5ZGE2MGQ1ZmY0
|
11
|
+
ZDI4MDZlY2NiMGQ3N2MyMTQ1YWZjOTkxZWE1YWJiZDUyZmQ1OWQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
Yzk1Njc5YzdlZDY1MjE0MjdhNDZjMjQ1YjliZTc4OGU1YTdjNDEwZjgyODQ2
|
14
|
+
NDgyMTI4MGVkYTRiZTQ0ZjU0OWQ2MWY1MzhmYmUxZmVkMDM4MzhhNWIxZDY1
|
15
|
+
ZGM0NmM2YjY3ZDA3ZWFmM2JlMDFlYzljNjYxMzNkNTQ4NGZkOGE=
|
data/README.rdoc
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
= githubissues-port
|
1
|
+
= githubissues-port, an Excel import/export extension for github issues in Ruby
|
2
2
|
|
3
3
|
githubissues-port is a Ruby gem that facilittes easy import and export of Github Issues in Ruby and Ruyb on Rails.
|
4
4
|
|
@@ -42,7 +42,7 @@ to install the development gem dependecies:
|
|
42
42
|
gem install bundler
|
43
43
|
bundle install
|
44
44
|
|
45
|
-
|
45
|
+
githubissues-port this is complete, you should be able to run the test suite:
|
46
46
|
|
47
47
|
rake
|
48
48
|
|
data/githubissues-port.gemspec
CHANGED
@@ -7,7 +7,6 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "githubissues-port"
|
8
8
|
spec.version = Githubissues::Port::VERSION
|
9
9
|
spec.authors = ["pythonicrubyist", "ankit8898", "hemalijain"]
|
10
|
-
spec.email = ["pythonicrubyist@gmail.com"]
|
11
10
|
spec.description = %q{An Excel import/export extension for github issues in Ruby.}
|
12
11
|
spec.summary = %q{github-issues-port is a Ruby gem that facilittes easy import and export of Github Issues in Ruby and Ruyb on Rails.}
|
13
12
|
spec.homepage = "https://github.com/github-issues-port/githubissues-port"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: githubissues-port
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pythonicrubyist
|
@@ -97,8 +97,7 @@ dependencies:
|
|
97
97
|
- !ruby/object:Gem::Version
|
98
98
|
version: '0'
|
99
99
|
description: An Excel import/export extension for github issues in Ruby.
|
100
|
-
email:
|
101
|
-
- pythonicrubyist@gmail.com
|
100
|
+
email:
|
102
101
|
executables: []
|
103
102
|
extensions: []
|
104
103
|
extra_rdoc_files: []
|