tuvi 0.0.1 → 0.0.2
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.
- data/.gitignore +1 -0
- data/Gemfile.lock +1 -1
- data/lib/tuvi/version.rb +1 -1
- metadata +8 -1
data/.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/pkg
|
data/Gemfile.lock
CHANGED
data/lib/tuvi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tuvi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -67,6 +67,7 @@ extensions: []
|
|
|
67
67
|
extra_rdoc_files: []
|
|
68
68
|
files:
|
|
69
69
|
- .DS_Store
|
|
70
|
+
- .gitignore
|
|
70
71
|
- Gemfile
|
|
71
72
|
- Gemfile.lock
|
|
72
73
|
- LICENSE.txt
|
|
@@ -94,12 +95,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
94
95
|
- - ! '>='
|
|
95
96
|
- !ruby/object:Gem::Version
|
|
96
97
|
version: '0'
|
|
98
|
+
segments:
|
|
99
|
+
- 0
|
|
100
|
+
hash: -3563209332100087742
|
|
97
101
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
102
|
none: false
|
|
99
103
|
requirements:
|
|
100
104
|
- - ! '>='
|
|
101
105
|
- !ruby/object:Gem::Version
|
|
102
106
|
version: '0'
|
|
107
|
+
segments:
|
|
108
|
+
- 0
|
|
109
|
+
hash: -3563209332100087742
|
|
103
110
|
requirements: []
|
|
104
111
|
rubyforge_project:
|
|
105
112
|
rubygems_version: 1.8.25
|