ore-tasks 0.1.0 → 0.1.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/README.md +2 -2
- data/gemspec.yml +3 -3
- metadata +5 -5
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# ore-tasks
|
2
2
|
|
3
|
-
* [Source](http://github.com/
|
4
|
-
* [Issues](http://github.com/
|
3
|
+
* [Source](http://github.com/ruby-ore/ore-tasks)
|
4
|
+
* [Issues](http://github.com/ruby-ore/ore-tasks/issues)
|
5
5
|
* IRC: irc.freenode.net #ruby-ore
|
6
6
|
* Postmodern (postmodern.mod3 at gmail.com)
|
7
7
|
|
data/gemspec.yml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
name: ore-tasks
|
2
|
-
version: 0.1.
|
2
|
+
version: 0.1.1
|
3
3
|
summary: Rake tasks for managing and releasing RubyGems using Ore.
|
4
4
|
description:
|
5
5
|
Simple Rake tasks for managing and releasing a RubyGem project generated
|
6
6
|
with Ore.
|
7
7
|
authors: Postmodern
|
8
8
|
email: postmodern.mod3@gmail.com
|
9
|
-
homepage: http://github.com/
|
9
|
+
homepage: http://github.com/ruby-ore/ore-tasks
|
10
10
|
has_yard: true
|
11
11
|
|
12
12
|
development_dependencies:
|
13
|
-
ore: ~> 0.1.
|
13
|
+
ore: ~> 0.1.2
|
14
14
|
rspec: ~> 2.0.0
|
15
15
|
yard: ~> 0.6.0
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 1
|
9
|
+
version: 0.1.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Postmodern
|
@@ -28,8 +28,8 @@ dependencies:
|
|
28
28
|
segments:
|
29
29
|
- 0
|
30
30
|
- 1
|
31
|
-
-
|
32
|
-
version: 0.1.
|
31
|
+
- 2
|
32
|
+
version: 0.1.2
|
33
33
|
type: :development
|
34
34
|
version_requirements: *id001
|
35
35
|
- !ruby/object:Gem::Dependency
|
@@ -85,7 +85,7 @@ files:
|
|
85
85
|
- ore-tasks.gemspec
|
86
86
|
- spec/spec_helper.rb
|
87
87
|
has_rdoc: yard
|
88
|
-
homepage: http://github.com/
|
88
|
+
homepage: http://github.com/ruby-ore/ore-tasks
|
89
89
|
licenses: []
|
90
90
|
|
91
91
|
post_install_message:
|