ore 0.1.2 → 0.1.3
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/ChangeLog.md +4 -0
- data/README.md +2 -2
- data/gemspec.yml +2 -2
- metadata +3 -3
data/ChangeLog.md
CHANGED
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Ore
|
|
2
2
|
|
|
3
|
-
* [Source](http://github.com/
|
|
4
|
-
* [Issues](http://github.com/
|
|
3
|
+
* [Source](http://github.com/ruby-ore/ore)
|
|
4
|
+
* [Issues](http://github.com/ruby-ore/ore/issues)
|
|
5
5
|
* IRC: irc.freenode.net #ruby-ore
|
|
6
6
|
* Postmodern (postmodern.mod3 at gmail.com)
|
|
7
7
|
|
data/gemspec.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: ore
|
|
2
|
-
version: 0.1.
|
|
2
|
+
version: 0.1.3
|
|
3
3
|
summary: Cut raw RubyGems from YAML
|
|
4
4
|
description:
|
|
5
5
|
Ore is a simple RubyGem building solution. Ore handles the
|
|
@@ -10,7 +10,7 @@ description:
|
|
|
10
10
|
license: MIT
|
|
11
11
|
authors: Postmodern
|
|
12
12
|
email: postmodern.mod3@gmail.com
|
|
13
|
-
homepage: http://github.com/
|
|
13
|
+
homepage: http://github.com/ruby-ore/ore
|
|
14
14
|
has_yard: true
|
|
15
15
|
|
|
16
16
|
dependencies:
|
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
|
+
- 3
|
|
9
|
+
version: 0.1.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Postmodern
|
|
@@ -182,7 +182,7 @@ files:
|
|
|
182
182
|
- spec/versions/version_file_spec.rb
|
|
183
183
|
- spec/versions/version_spec.rb
|
|
184
184
|
has_rdoc: yard
|
|
185
|
-
homepage: http://github.com/
|
|
185
|
+
homepage: http://github.com/ruby-ore/ore
|
|
186
186
|
licenses:
|
|
187
187
|
- MIT
|
|
188
188
|
post_install_message:
|