abstract_interface 0.1.1 → 0.1.3
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/Rakefile +3 -3
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -25,9 +25,9 @@ require 'rake/gempackagetask'
|
|
|
25
25
|
|
|
26
26
|
gem_options = {
|
|
27
27
|
:name => "abstract_interface",
|
|
28
|
-
:version => "0.1.
|
|
29
|
-
:summary => "
|
|
30
|
-
:dependencies => %w(
|
|
28
|
+
:version => "0.1.3",
|
|
29
|
+
:summary => "Abstract Interface for the Crystal Framework",
|
|
30
|
+
:dependencies => %w(crystal)
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
gem_name = gem_options[:name]
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: abstract_interface
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.1.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alexey Petrushin
|
|
@@ -19,7 +19,7 @@ date: 2010-10-11 00:00:00 +04:00
|
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
|
-
name:
|
|
22
|
+
name: crystal
|
|
23
23
|
prerelease: false
|
|
24
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
25
|
none: false
|
|
@@ -88,6 +88,6 @@ rubyforge_project:
|
|
|
88
88
|
rubygems_version: 1.3.7
|
|
89
89
|
signing_key:
|
|
90
90
|
specification_version: 3
|
|
91
|
-
summary:
|
|
91
|
+
summary: Abstract Interface for the Crystal Framework
|
|
92
92
|
test_files: []
|
|
93
93
|
|