ore-example 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/Gemfile CHANGED
@@ -12,8 +12,8 @@ group :development do
12
12
  gem 'bluecloth', '>= 2.0.0'
13
13
  end
14
14
 
15
- gem 'ore', '~> 0.1.0', :git => 'http://github.com/postmodern/ore.git'
16
- gem 'ore-tasks', '~> 0.1.0', :git => 'http://github.com/postmodern/ore-tasks.git'
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
17
 
18
18
  gem 'rspec', '~> 2.0.0'
19
19
  end
data/Gemfile.lock CHANGED
@@ -1,20 +1,20 @@
1
1
  GIT
2
- remote: http://github.com/postmodern/ore-tasks.git
3
- revision: 2883bd74a8faa294313d053041eb2aee0e7458d8
2
+ remote: http://github.com/ruby-ore/ore-tasks.git
3
+ revision: acd3a389ad9ee789238a4add2bfd28e2e143c35c
4
4
  specs:
5
- ore-tasks (0.1.0)
5
+ ore-tasks (0.1.2)
6
6
 
7
7
  GIT
8
- remote: http://github.com/postmodern/ore.git
9
- revision: 76d471f821def5b92defc932f985d54b9efad266
8
+ remote: http://github.com/ruby-ore/ore.git
9
+ revision: 62a6da6429e5c3ede8fb70a2bd5facafb7b7f4dd
10
10
  specs:
11
- ore (0.1.0)
11
+ ore (0.2.0)
12
12
  thor (~> 0.14.3)
13
13
 
14
14
  PATH
15
15
  remote: .
16
16
  specs:
17
- ore-example (0.1.0)
17
+ ore-example (0.1.1)
18
18
 
19
19
  GEM
20
20
  remote: http://rubygems.org/
@@ -41,9 +41,9 @@ PLATFORMS
41
41
  DEPENDENCIES
42
42
  bluecloth (>= 2.0.0)
43
43
  bundler (~> 1.0.0)
44
- ore (~> 0.1.0)!
44
+ ore (~> 0.2.0)!
45
45
  ore-example!
46
- ore-tasks (~> 0.1.0)!
46
+ ore-tasks (~> 0.1.2)!
47
47
  rake (~> 0.8.7)
48
48
  rspec (~> 2.0.0)
49
49
  yard (~> 0.6.0)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ore-example
2
2
 
3
- * [Homepage](http://github.com/postmodern/ore-example)
3
+ * [Homepage](http://github.com/ruby-ore/ore-example)
4
4
 
5
5
  ## Description
6
6
 
data/gemspec.yml CHANGED
@@ -4,7 +4,7 @@ description: An example / testing library using Ore and Ore::Tasks.
4
4
  license: MIT
5
5
  authors: Postmodern
6
6
  email: postmodern.mod3@gmail.com
7
- homepage: http://github.com/postmodern/ore-example
7
+ homepage: http://github.com/ruby-ore/ore-example
8
8
  has_yard: true
9
9
 
10
10
  development_dependencies:
@@ -1,6 +1,6 @@
1
1
  module Ore
2
2
  module Example
3
3
  # ore-example version
4
- VERSION = "0.1.0"
4
+ VERSION = '0.1.1'
5
5
  end
6
6
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
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-25 00:00:00 -07:00
17
+ date: 2010-10-26 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -74,7 +74,7 @@ files:
74
74
  - spec/ore/example_spec.rb
75
75
  - spec/spec_helper.rb
76
76
  has_rdoc: yard
77
- homepage: http://github.com/postmodern/ore-example
77
+ homepage: http://github.com/ruby-ore/ore-example
78
78
  licenses:
79
79
  - MIT
80
80
  post_install_message: