iris 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/Rakefile +2 -2
- data/VERSION +1 -1
- data/iris.gemspec +3 -2
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -17,8 +17,8 @@ Jeweler::Tasks.new do |gem|
|
|
|
17
17
|
gem.name = "iris"
|
|
18
18
|
gem.homepage = "http://github.com/astrails/iris"
|
|
19
19
|
gem.license = "MIT"
|
|
20
|
-
gem.summary = %Q{Messaging system for Rails}
|
|
21
|
-
gem.description = %Q{Messaging system for Rails}
|
|
20
|
+
gem.summary = %Q{Messaging system for Rails (coming soon)}
|
|
21
|
+
gem.description = %Q{Messaging system for Rails (coming soon, not ready yet ;)}
|
|
22
22
|
gem.email = "vitaly@astrails.com"
|
|
23
23
|
gem.authors = ["Vitaly Kushner"]
|
|
24
24
|
# dependencies defined in Gemfile
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/iris.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Vitaly Kushner"]
|
|
12
12
|
s.date = %q{2011-07-05}
|
|
13
|
-
s.description = %q{Messaging system for Rails}
|
|
13
|
+
s.description = %q{Messaging system for Rails (coming soon, not ready yet ;)}
|
|
14
14
|
s.email = %q{vitaly@astrails.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
|
|
|
25
25
|
"README.rdoc",
|
|
26
26
|
"Rakefile",
|
|
27
27
|
"VERSION",
|
|
28
|
+
"iris.gemspec",
|
|
28
29
|
"lib/iris.rb",
|
|
29
30
|
"spec/iris_spec.rb",
|
|
30
31
|
"spec/spec_helper.rb"
|
|
@@ -33,7 +34,7 @@ Gem::Specification.new do |s|
|
|
|
33
34
|
s.licenses = ["MIT"]
|
|
34
35
|
s.require_paths = ["lib"]
|
|
35
36
|
s.rubygems_version = %q{1.6.2}
|
|
36
|
-
s.summary = %q{Messaging system for Rails}
|
|
37
|
+
s.summary = %q{Messaging system for Rails (coming soon)}
|
|
37
38
|
|
|
38
39
|
if s.respond_to? :specification_version then
|
|
39
40
|
s.specification_version = 3
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iris
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Vitaly Kushner
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
version: "0"
|
|
81
81
|
name: rcov
|
|
82
82
|
version_requirements: *id004
|
|
83
|
-
description: Messaging system for Rails
|
|
83
|
+
description: Messaging system for Rails (coming soon, not ready yet ;)
|
|
84
84
|
email: vitaly@astrails.com
|
|
85
85
|
executables: []
|
|
86
86
|
|
|
@@ -135,6 +135,6 @@ rubyforge_project:
|
|
|
135
135
|
rubygems_version: 1.6.2
|
|
136
136
|
signing_key:
|
|
137
137
|
specification_version: 3
|
|
138
|
-
summary: Messaging system for Rails
|
|
138
|
+
summary: Messaging system for Rails (coming soon)
|
|
139
139
|
test_files: []
|
|
140
140
|
|