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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MTk0N2ZiZGZmNWQ2OTQ1NmVjYTFlMGFiZjY0N2Q5Mzk4YmMwYjlhMw==
4
+ Mjc2ZTdlNzBmODFmNDQ4YTRhY2UxZjRhYTc0NDI3NzEwYzhlMjI5ZA==
5
5
  data.tar.gz: !binary |-
6
- ZWY3YTBhMTM5MDg5OWE2YzZjOGZmMmJjZWQ2MjA0ZWJjMTllZDQ5MA==
7
- SHA512:
6
+ ZTNhZjQ2ZGU0YjgzZTYzNzA3MTliNGI4MzM5MzlhYmUxMmNlMGFkZg==
7
+ !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NGU0YzZlOWU0ZmJmMzJjYTQyYmVmYTdiZTdkM2MyMTQ4MTE2OWYxZjg1ODg0
10
- YjBmMDU2YzkwYmMyYjViN2JmOTEyNDU3Y2RkYWEwZjBjYWQxNGUxNjBhZWVh
11
- YzQzNDY1YmU2ZmQyOTk4OTRiODY1NDM4ODI1Y2MxNTE4MmEwZTY=
9
+ OWMzZTM0YTkxZmYwYmM2MWJkMDlhNTZmMWIwYzhhNTc4MDkzYWY0NzNjNTkz
10
+ NDNlNjUzMzQyZTE5ZmQ1N2E0Y2ZlN2ZkMTkwMzA5NmE3ZTk5Nzc2ZWU1Njkw
11
+ M2E1NjQ1ODQ4MDc3YTJjNzRkYmIyMWRlODgzY2UxYWQ5ZDY4Yzg=
12
12
  data.tar.gz: !binary |-
13
- ZGQ4NzZlMWM3YmFhODlhYWUxMmQ0MTBkMTE3NmZkYjAwZGRhZDVmZDllMmQ0
14
- MDU1NTBlNGRhN2E2ZGE2N2I5YmRjNTljMzE5OWQ4MGVmMDdiYmQ0ZDM2NDkz
15
- Mzc1ZDY3MzUyYTEyMWNlNzExOGI1MzUyZmNhZWZhNjg0NWRjMzI=
13
+ YTdlYzA2YjAzMGFhYzgxZmM3ZGQ3NjdmMjIxMDgyODRkNTEwM2ZiOWYyNDI0
14
+ MzRiNjBiMTk2ZTY2ODZhMjc1ZWY4NmZjNzAwYWY1MjRhNjU1YjZlOWI0MWZm
15
+ Y2E4NGQyODlhMjYxNTRkN2UwNjg1YzYyYzQzODViNjIzNTk3ZTk=
@@ -16,7 +16,7 @@ module Gas
16
16
 
17
17
  if config.nil?
18
18
  if !File.exists? @config_file
19
- Dir::mkdir(@gas_dir)
19
+ FileUtils.makedirs @gas_dir
20
20
  FileUtils.touch @config_file
21
21
  end
22
22
 
@@ -1,6 +1,6 @@
1
1
  module Gas
2
2
 
3
- VERSION = '0.1.11'
3
+ VERSION = '0.1.12'
4
4
 
5
5
  end
6
6
 
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.11
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-25 00:00:00.000000000 Z
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.1.10
204
+ rubygems_version: 2.0.7
204
205
  signing_key:
205
206
  specification_version: 4
206
207
  summary: Manage your git author accounts