ore-example 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +2 -2
- data/Gemfile.lock +9 -9
- data/README.md +1 -1
- data/gemspec.yml +1 -1
- data/lib/ore/example/version.rb +1 -1
- metadata +4 -4
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.
|
16
|
-
gem 'ore-tasks', '~> 0.1.
|
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/
|
3
|
-
revision:
|
2
|
+
remote: http://github.com/ruby-ore/ore-tasks.git
|
3
|
+
revision: acd3a389ad9ee789238a4add2bfd28e2e143c35c
|
4
4
|
specs:
|
5
|
-
ore-tasks (0.1.
|
5
|
+
ore-tasks (0.1.2)
|
6
6
|
|
7
7
|
GIT
|
8
|
-
remote: http://github.com/
|
9
|
-
revision:
|
8
|
+
remote: http://github.com/ruby-ore/ore.git
|
9
|
+
revision: 62a6da6429e5c3ede8fb70a2bd5facafb7b7f4dd
|
10
10
|
specs:
|
11
|
-
ore (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.
|
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.
|
44
|
+
ore (~> 0.2.0)!
|
45
45
|
ore-example!
|
46
|
-
ore-tasks (~> 0.1.
|
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
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/
|
7
|
+
homepage: http://github.com/ruby-ore/ore-example
|
8
8
|
has_yard: true
|
9
9
|
|
10
10
|
development_dependencies:
|
data/lib/ore/example/version.rb
CHANGED
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
|
+
- 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-
|
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/
|
77
|
+
homepage: http://github.com/ruby-ore/ore-example
|
78
78
|
licenses:
|
79
79
|
- MIT
|
80
80
|
post_install_message:
|