wr_b 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/{README.rdoc → README.md} +0 -0
- data/Rakefile +0 -3
- data/VERSION +1 -1
- data/wr_b.gemspec +3 -3
- metadata +3 -3
data/{README.rdoc → README.md}
RENAMED
File without changes
|
data/Rakefile
CHANGED
@@ -22,9 +22,6 @@ Jeweler::Tasks.new do |gem|
|
|
22
22
|
# Include your dependencies below. Runtime dependencies are required when using your gem,
|
23
23
|
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
|
24
24
|
# gem.add_runtime_dependency 'jabber4r', '> 0.1'
|
25
|
-
gem.add_runtime_dependency 'ws-io', '~> 1.0'
|
26
|
-
gem.add_runtime_dependency 'ir_b', '~> 1.2'
|
27
|
-
gem.add_runtime_dependency 'launchy', '~> 0.3'
|
28
25
|
# gem.add_development_dependency 'rspec', '> 1.2.3'
|
29
26
|
end
|
30
27
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.1
|
data/wr_b.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{wr_b}
|
8
|
-
s.version = "1.0.
|
8
|
+
s.version = "1.0.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["jugyo"]
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.email = %q{jugyo.org@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE.txt",
|
17
|
-
"README.
|
17
|
+
"README.md"
|
18
18
|
]
|
19
19
|
s.files = [
|
20
20
|
".document",
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|
22
22
|
"Gemfile",
|
23
23
|
"Gemfile.lock",
|
24
24
|
"LICENSE.txt",
|
25
|
-
"README.
|
25
|
+
"README.md",
|
26
26
|
"Rakefile",
|
27
27
|
"VERSION",
|
28
28
|
"examples/example.rb",
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: wr_b
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.0.
|
5
|
+
version: 1.0.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- jugyo
|
@@ -131,14 +131,14 @@ extensions: []
|
|
131
131
|
|
132
132
|
extra_rdoc_files:
|
133
133
|
- LICENSE.txt
|
134
|
-
- README.
|
134
|
+
- README.md
|
135
135
|
files:
|
136
136
|
- .document
|
137
137
|
- .rspec
|
138
138
|
- Gemfile
|
139
139
|
- Gemfile.lock
|
140
140
|
- LICENSE.txt
|
141
|
-
- README.
|
141
|
+
- README.md
|
142
142
|
- Rakefile
|
143
143
|
- VERSION
|
144
144
|
- examples/example.rb
|