tmp 1.0.0 → 1.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/VERSION +1 -1
  3. data/tmp.gemspec +2 -2
  4. metadata +6 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6d15cf53f4841962bd69c008192141a8a4a56a5
4
- data.tar.gz: 46417c5e177122c096ec74998c59e26608194f16
3
+ metadata.gz: cb58e98bc963a58a1800b4ee6675229bcf89fb30
4
+ data.tar.gz: 4952c7a5d2f3ed0a6f9ffd5f7aabad59a81b4b1c
5
5
  SHA512:
6
- metadata.gz: 44470efbda4fad071d0d4f1fc913873766cec3cb7c60e1239d0ec8d716b23ddfb1847cfdbfd4108a1d549082c26c674a3cfa2f750eb962d280a16460edf3ecbd
7
- data.tar.gz: 3a47a8dffdc448defefbe75be37b5143ab5542403e944291df39893606223115c9fdde8489279e0b7a5c267140f87d7d780f88d532ffb9770e39b6e2febe7e66
6
+ metadata.gz: 80ba989fc0616416c8e253be14859b39193517417772c228d2e4ebd63db858cf9e7b8d59ada6fa21fe758a958a79a75d329abb83506e965e1d99a01a454c3fcb
7
+ data.tar.gz: 7a9348c202c72b017d49470f0f9b222654955db976777cf21cfb97024d11f9758d1e8a31732abfbcedc5fa82a5fe5b65ce596419b3f74b7986877bbcad8a1120
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.version = File.open(File.join(File.dirname(__FILE__),"VERSION")).read.split("\n")[0].chomp.gsub(' ','')
10
10
  spec.authors = ["Adam Luzsi"]
11
11
  spec.email = ["adamluzsi@gmail.com"]
12
- spec.description = %q{ DSL for system tmp folders }
13
- spec.summary = %q{Ruby DSL for manage tmp files and make easy tmp commands / variables accross the forked processes. I'ts not made for shared memory management! it's main }
12
+ spec.description = %q{ Ruby DSL for manage tmp files and make easy tmp commands / variables to file system. Sometimes usefull for forked processes. I'ts not made for shared memory management! The main goal is to provide dsl for easy tmp files making on the filesystem }
13
+ spec.summary = %q{ DSL for system temporary folder to save objects }
14
14
  spec.homepage = "https://github.com/adamluzsi/tmp"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tmp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Luzsi
@@ -52,7 +52,10 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: " DSL for system tmp folders "
55
+ description: " Ruby DSL for manage tmp files and make easy tmp commands / variables
56
+ to file system. Sometimes usefull for forked processes. I'ts not made for shared
57
+ memory management! The main goal is to provide dsl for easy tmp files making on
58
+ the filesystem "
56
59
  email:
57
60
  - adamluzsi@gmail.com
58
61
  executables: []
@@ -97,6 +100,5 @@ rubyforge_project:
97
100
  rubygems_version: 2.2.2
98
101
  signing_key:
99
102
  specification_version: 4
100
- summary: Ruby DSL for manage tmp files and make easy tmp commands / variables accross
101
- the forked processes. I'ts not made for shared memory management! it's main
103
+ summary: DSL for system temporary folder to save objects
102
104
  test_files: []