simple_gas 0.1.11 → 0.1.12
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 +9 -9
- data/lib/gas/config.rb +1 -1
- data/lib/gas/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Mjc2ZTdlNzBmODFmNDQ4YTRhY2UxZjRhYTc0NDI3NzEwYzhlMjI5ZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
7
|
-
|
6
|
+
ZTNhZjQ2ZGU0YjgzZTYzNzA3MTliNGI4MzM5MzlhYmUxMmNlMGFkZg==
|
7
|
+
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OWMzZTM0YTkxZmYwYmM2MWJkMDlhNTZmMWIwYzhhNTc4MDkzYWY0NzNjNTkz
|
10
|
+
NDNlNjUzMzQyZTE5ZmQ1N2E0Y2ZlN2ZkMTkwMzA5NmE3ZTk5Nzc2ZWU1Njkw
|
11
|
+
M2E1NjQ1ODQ4MDc3YTJjNzRkYmIyMWRlODgzY2UxYWQ5ZDY4Yzg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YTdlYzA2YjAzMGFhYzgxZmM3ZGQ3NjdmMjIxMDgyODRkNTEwM2ZiOWYyNDI0
|
14
|
+
MzRiNjBiMTk2ZTY2ODZhMjc1ZWY4NmZjNzAwYWY1MjRhNjU1YjZlOWI0MWZm
|
15
|
+
Y2E4NGQyODlhMjYxNTRkN2UwNjg1YzYyYzQzODViNjIzNTk3ZTk=
|
data/lib/gas/config.rb
CHANGED
data/lib/gas/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_gas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fredrik Wallgren (re-work Anh Nguyen)
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-10-
|
11
|
+
date: 2013-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -181,7 +181,8 @@ files:
|
|
181
181
|
- LICENSE
|
182
182
|
- README.textile
|
183
183
|
homepage: https://github.com/anhkind/gas
|
184
|
-
licenses:
|
184
|
+
licenses:
|
185
|
+
- MIT
|
185
186
|
metadata: {}
|
186
187
|
post_install_message:
|
187
188
|
rdoc_options:
|
@@ -200,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
200
201
|
version: '0'
|
201
202
|
requirements: []
|
202
203
|
rubyforge_project: simple_gas
|
203
|
-
rubygems_version: 2.
|
204
|
+
rubygems_version: 2.0.7
|
204
205
|
signing_key:
|
205
206
|
specification_version: 4
|
206
207
|
summary: Manage your git author accounts
|