ore 0.2.1 → 0.2.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.
Files changed (4) hide show
  1. data/ChangeLog.md +4 -0
  2. data/gemspec.yml +1 -1
  3. data/lib/ore/project.rb +3 -0
  4. metadata +3 -3
@@ -1,3 +1,7 @@
1
+ ### 0.2.2 / 2010-10-30
2
+
3
+ * Added {Ore::Project#root}.
4
+
1
5
  ### 0.2.1 / 2010-10-29
2
6
 
3
7
  * Ignore 'ruby' and 'java' from namespace directories returned from
@@ -1,5 +1,5 @@
1
1
  name: ore
2
- version: 0.2.1
2
+ version: 0.2.2
3
3
  summary: Mine raw RubyGems from YAML
4
4
  description:
5
5
  Ore is a simple RubyGem building solution. Ore handles the
@@ -28,6 +28,9 @@ module Ore
28
28
  # The project metadata file
29
29
  @@metadata_file = 'gemspec.yml'
30
30
 
31
+ # The root directory of the project
32
+ attr_reader :root
33
+
31
34
  # The SCM which the project is currently under
32
35
  attr_reader :scm
33
36
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Postmodern
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-10-29 00:00:00 -07:00
17
+ date: 2010-10-30 00:00:00 -07:00
18
18
  default_executable: ore
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency