miso 0.3.0 → 0.3.1
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/VERSION +1 -1
- data/miso.gemspec +9 -7
- metadata +3 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.1
|
data/miso.gemspec
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Generated by jeweler
|
|
2
|
-
# DO NOT EDIT THIS FILE
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{miso}
|
|
8
|
-
s.version = "0.3.
|
|
8
|
+
s.version = "0.3.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Eloy Duran", "Manfred Stienstra"]
|
|
@@ -14,7 +14,8 @@ Gem::Specification.new do |s|
|
|
|
14
14
|
s.email = ["eloy@fngtps.com", "manfred@fngtps.com"]
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
|
17
|
-
"README"
|
|
17
|
+
"README",
|
|
18
|
+
"TODO"
|
|
18
19
|
]
|
|
19
20
|
s.files = [
|
|
20
21
|
"LICENSE",
|
|
@@ -63,11 +64,12 @@ Gem::Specification.new do |s|
|
|
|
63
64
|
s.specification_version = 3
|
|
64
65
|
|
|
65
66
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
66
|
-
s.add_runtime_dependency(%q<executioner>, [">= 0.
|
|
67
|
+
s.add_runtime_dependency(%q<executioner>, [">= 0.3.0"])
|
|
67
68
|
else
|
|
68
|
-
s.add_dependency(%q<executioner>, [">= 0.
|
|
69
|
+
s.add_dependency(%q<executioner>, [">= 0.3.0"])
|
|
69
70
|
end
|
|
70
71
|
else
|
|
71
|
-
s.add_dependency(%q<executioner>, [">= 0.
|
|
72
|
+
s.add_dependency(%q<executioner>, [">= 0.3.0"])
|
|
72
73
|
end
|
|
73
74
|
end
|
|
75
|
+
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: miso
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eloy Duran
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
requirements:
|
|
22
22
|
- - ">="
|
|
23
23
|
- !ruby/object:Gem::Version
|
|
24
|
-
version: 0.
|
|
24
|
+
version: 0.3.0
|
|
25
25
|
version:
|
|
26
26
|
description: Miso is a unified API for simple image operations commonly used on the web.
|
|
27
27
|
email:
|
|
@@ -34,6 +34,7 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files:
|
|
35
35
|
- LICENSE
|
|
36
36
|
- README
|
|
37
|
+
- TODO
|
|
37
38
|
files:
|
|
38
39
|
- LICENSE
|
|
39
40
|
- README
|