tarvit-helpers 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/spec/modules/{simple_crypt.rb → simple_crypt_spec.rb} +1 -1
- data/tarvit-helpers.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3468261a4dccbed6efd7fdcec5e67c5ea3d7bbf2
|
4
|
+
data.tar.gz: ea56cbbf2f9f9e88ac2e91f4ac50995609e70598
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6edfe5a5eab90aa68e09ed9ef11306a19a529acf6152da754ec2b810c7cae54a87352d09321b744fb985e29326881b5ebb3081e26965d09c7d5acdffa1e7e32
|
7
|
+
data.tar.gz: fb22e0924decdcd752c47de875da5646a79aec788f3c00e08d3bad9755224bcb108e441cfce897d6dd511a10e0889ea644781167fc05625c9d3100bc7c9c27be
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.4
|
data/tarvit-helpers.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: tarvit-helpers 0.0.
|
5
|
+
# stub: tarvit-helpers 0.0.4 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "tarvit-helpers"
|
9
|
-
s.version = "0.0.
|
9
|
+
s.version = "0.0.4"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
|
|
29
29
|
"lib/modules/simple_crypt.rb",
|
30
30
|
"lib/tarvit-helpers.rb",
|
31
31
|
"spec/modules/non_shared_accessors_spec.rb",
|
32
|
-
"spec/modules/
|
32
|
+
"spec/modules/simple_crypt_spec.rb",
|
33
33
|
"spec/spec_helper.rb",
|
34
34
|
"tarvit-helpers.gemspec"
|
35
35
|
]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tarvit-helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vitaly Tarasenko
|
@@ -98,7 +98,7 @@ files:
|
|
98
98
|
- lib/modules/simple_crypt.rb
|
99
99
|
- lib/tarvit-helpers.rb
|
100
100
|
- spec/modules/non_shared_accessors_spec.rb
|
101
|
-
- spec/modules/
|
101
|
+
- spec/modules/simple_crypt_spec.rb
|
102
102
|
- spec/spec_helper.rb
|
103
103
|
- tarvit-helpers.gemspec
|
104
104
|
homepage: http://github.com/tarvit/tarvit-helpers
|