ore 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/ChangeLog.md +4 -0
  2. data/README.md +2 -2
  3. data/gemspec.yml +2 -2
  4. metadata +3 -3
@@ -1,3 +1,7 @@
1
+ ### 0.1.3 / 2010-10-25
2
+
3
+ * Fixed URLs in the `gemspec.yml` and {file:README.md}.
4
+
1
5
  ### 0.1.2 / 2010-10-25
2
6
 
3
7
  * Renamed `--jeweler` to `--jeweler-tasks` in {Ore::Generator}.
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Ore
2
2
 
3
- * [Source](http://github.com/postmodern/ore)
4
- * [Issues](http://github.com/postmodern/ore/issues)
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
 
@@ -1,5 +1,5 @@
1
1
  name: ore
2
- version: 0.1.2
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/postmodern/ore
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
- - 2
9
- version: 0.1.2
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/postmodern/ore
185
+ homepage: http://github.com/ruby-ore/ore
186
186
  licenses:
187
187
  - MIT
188
188
  post_install_message: