toki 0.0.3 → 1.0.0
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/changelog +4 -0
- data/version +1 -1
- metadata +6 -5
data/changelog
CHANGED
data/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0
|
|
1
|
+
1.0.0
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: toki
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
|
+
- 1
|
|
7
8
|
- 0
|
|
8
9
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.0.3
|
|
10
|
+
version: 1.0.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jussi Koljonen
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2013-10-
|
|
18
|
+
date: 2013-10-28 00:00:00 Z
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
21
21
|
description: Toki is a DSL that helps you to implement Ruby version, patchlevel, engine and platform specific code
|
|
@@ -71,9 +71,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
71
71
|
requirements: []
|
|
72
72
|
|
|
73
73
|
rubyforge_project:
|
|
74
|
-
rubygems_version: 1.8.
|
|
74
|
+
rubygems_version: 1.8.24
|
|
75
75
|
signing_key:
|
|
76
76
|
specification_version: 3
|
|
77
77
|
summary: Toki is a DSL that helps you to implement Ruby version, patchlevel, engine and platform specific code
|
|
78
78
|
test_files:
|
|
79
79
|
- test/test_toki.rb
|
|
80
|
+
has_rdoc:
|