abstract_interface 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. data/Rakefile +2 -1
  2. metadata +18 -5
data/Rakefile CHANGED
@@ -2,8 +2,9 @@ require 'rake_ext'
2
2
 
3
3
  gem_spec(
4
4
  :name => "abstract_interface",
5
- :version => "0.1.5",
5
+ :version => "0.1.6",
6
6
  :summary => "Abstract Interface for the Crystal Framework",
7
+ :dependencies => %w(crystal),
7
8
 
8
9
  :author => "Alexey Petrushin",
9
10
  :homepage => "http://github.com/alexeypetrushin/abstract_interface"
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: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alexey Petrushin
@@ -17,8 +17,21 @@ cert_chain: []
17
17
 
18
18
  date: 2010-10-13 00:00:00 +04:00
19
19
  default_executable:
20
- dependencies: []
21
-
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: crystal
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 3
30
+ segments:
31
+ - 0
32
+ version: "0"
33
+ type: :runtime
34
+ version_requirements: *id001
22
35
  description:
23
36
  email:
24
37
  executables: []