windirs 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/windirs.gemspec +4 -2
  4. metadata +5 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5ede397df9f93b22c6abf35efad482d3e8de646b
4
- data.tar.gz: 548078b8a4861930c60b3706dbd620ca19b8a3ae
3
+ metadata.gz: 183259201b47253e89e37ed652ac9c93f2ea61b6
4
+ data.tar.gz: 16f92429bd66d44a9502cef35714273f08ae7216
5
5
  SHA512:
6
- metadata.gz: 0505406cf265dcec147cf39f1fced36ada1521faf799f507d091c197592476aafa67f6c6ddfd83c2d96a5ce35c71e271cb05e404a5e7566740884dc8a2db5263
7
- data.tar.gz: 258965dfa43e982f8411bbe927033e1444c02e22c2d5651029f40819c09c8cc1ecc69e7b4d45381b16d94b488192200b1b055665e8dc7e036b3628619267de21
6
+ metadata.gz: 947cc7d0e965c84d86bccde760dc2ec2b989cbafcb455da0eb4e8b5597d2c82d6670784f8df4df74f2483dff383d0a311c65bcfdc14875eef5cdc19a33285438
7
+ data.tar.gz: 613f487282d70f420fcd8f2fe9ab36c6cd027cd7f7caae96424303a80d7e711e93796945453da0441cdbbce56c40a94fd057ffee2a0e1fe2cc812221a4c9b684
data/README.md CHANGED
@@ -16,7 +16,7 @@ or, if you want the latest and the greatest,
16
16
 
17
17
  Runtime Requirements
18
18
  ---------
19
- ruby
19
+ ruby >= 1.9.2
20
20
 
21
21
  Build Requirements
22
22
  ---------
data/windirs.gemspec CHANGED
@@ -1,9 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'windirs'
3
- s.version = '0.0.0'
3
+ s.version = '0.0.1'
4
4
  s.date = '2014-03-21'
5
5
  s.summary = "translate between Cygwin, Windows, and Unix file paths"
6
- s.description = "#{s.summary}"
6
+ s.description = "Handy ways for dealing with directory paths when you are not
7
+ sure what platform your code will be running on, but you are
8
+ sure what platform your code needs to print paths for."
7
9
  s.authors = ['Noah Birnel']
8
10
  s.email = 'nbirnel@gmail.com'
9
11
  s.homepage = 'http://github.com/nbirnel/windirs'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: windirs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noah Birnel
@@ -10,7 +10,10 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2014-03-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: translate between Cygwin, Windows, and Unix file paths
13
+ description: |-
14
+ Handy ways for dealing with directory paths when you are not
15
+ sure what platform your code will be running on, but you are
16
+ sure what platform your code needs to print paths for.
14
17
  email: nbirnel@gmail.com
15
18
  executables: []
16
19
  extensions: []