ore-example 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/Gemfile CHANGED
@@ -1,19 +1,21 @@
1
1
  source :rubygems
2
2
 
3
+ ORE = 'http://github.com/ruby-ore'
4
+
3
5
  gemspec
4
6
 
5
7
  group :development do
6
- gem 'rake', '~> 0.8.7'
8
+ gem 'rake', '~> 0.8.7'
7
9
 
8
10
  case RUBY_PLATFORM
9
11
  when 'java'
10
12
  gem 'maruku'
11
13
  else
12
- gem 'bluecloth', '>= 2.0.0'
14
+ gem 'bluecloth', '>= 2.0.0'
13
15
  end
14
16
 
15
- gem 'ore', '~> 0.2.0', :git => 'http://github.com/ruby-ore/ore.git'
16
- gem 'ore-tasks', '~> 0.1.2', :git => 'http://github.com/ruby-ore/ore-tasks.git'
17
+ gem 'ore-core', '~> 0.1.0', :git => "#{ORE}/ore-core.git"
18
+ gem 'ore-tasks', '~> 0.3.0', :git => "#{ORE}/ore-tasks.git"
17
19
 
18
- gem 'rspec', '~> 2.0.0'
20
+ gem 'rspec', '~> 2.1.0'
19
21
  end
data/Gemfile.lock CHANGED
@@ -1,20 +1,20 @@
1
1
  GIT
2
- remote: http://github.com/ruby-ore/ore-tasks.git
3
- revision: acd3a389ad9ee789238a4add2bfd28e2e143c35c
2
+ remote: http://github.com/ruby-ore/ore-core.git
3
+ revision: e29e03202853106cd0300c652d5b8f49c72f035b
4
4
  specs:
5
- ore-tasks (0.1.2)
5
+ ore-core (0.1.0)
6
6
 
7
7
  GIT
8
- remote: http://github.com/ruby-ore/ore.git
9
- revision: dfa4e962d6ae476bc3e8034af1414161ca0d5861
8
+ remote: http://github.com/ruby-ore/ore-tasks.git
9
+ revision: 1d0863e486f6e0623fb621900d28756ae297d9a3
10
10
  specs:
11
- ore (0.2.0)
12
- thor (~> 0.14.3)
11
+ ore-tasks (0.3.0)
12
+ ore-core (~> 0.1.0)
13
13
 
14
14
  PATH
15
15
  remote: .
16
16
  specs:
17
- ore-example (0.1.2)
17
+ ore-example (0.1.3)
18
18
 
19
19
  GEM
20
20
  remote: http://rubygems.org/
@@ -22,17 +22,14 @@ GEM
22
22
  bluecloth (2.0.9)
23
23
  diff-lcs (1.1.2)
24
24
  rake (0.8.7)
25
- rspec (2.0.1)
26
- rspec-core (~> 2.0.1)
27
- rspec-expectations (~> 2.0.1)
28
- rspec-mocks (~> 2.0.1)
29
- rspec-core (2.0.1)
30
- rspec-expectations (2.0.1)
31
- diff-lcs (>= 1.1.2)
32
- rspec-mocks (2.0.1)
33
- rspec-core (~> 2.0.1)
34
- rspec-expectations (~> 2.0.1)
35
- thor (0.14.3)
25
+ rspec (2.1.0)
26
+ rspec-core (~> 2.1.0)
27
+ rspec-expectations (~> 2.1.0)
28
+ rspec-mocks (~> 2.1.0)
29
+ rspec-core (2.1.0)
30
+ rspec-expectations (2.1.0)
31
+ diff-lcs (~> 1.1.2)
32
+ rspec-mocks (2.1.0)
36
33
  yard (0.6.1)
37
34
 
38
35
  PLATFORMS
@@ -41,9 +38,9 @@ PLATFORMS
41
38
  DEPENDENCIES
42
39
  bluecloth (>= 2.0.0)
43
40
  bundler (~> 1.0.0)
44
- ore (~> 0.2.0)!
41
+ ore-core (~> 0.1.0)!
45
42
  ore-example!
46
- ore-tasks (~> 0.1.2)!
43
+ ore-tasks (~> 0.3.0)!
47
44
  rake (~> 0.8.7)
48
- rspec (~> 2.0.0)
45
+ rspec (~> 2.1.0)
49
46
  yard (~> 0.6.0)
@@ -1,6 +1,6 @@
1
1
  module Ore
2
2
  module Example
3
3
  # ore-example version
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
6
6
  end
data/ore-example.gemspec CHANGED
@@ -6,5 +6,5 @@ begin
6
6
  end
7
7
  rescue NameError
8
8
  STDERR.puts "The 'ore-example.gemspec' file requires Ore."
9
- STDERR.puts "Run `gem install ore` to install Ore."
9
+ STDERR.puts "Run `gem install ore-core` to install Ore."
10
10
  end
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
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-10-26 00:00:00 -07:00
17
+ date: 2010-11-14 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency