production_chain 0.0.2 → 0.0.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/{README → README.md} +0 -0
- data/lib/production_chain.rb +0 -5
- data/production_chain.gemspec +4 -9
- metadata +22 -41
data/{README → README.md}
RENAMED
|
File without changes
|
data/lib/production_chain.rb
CHANGED
data/production_chain.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "production_chain"
|
|
3
|
-
s.version = "0.0.
|
|
3
|
+
s.version = "0.0.3"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.authors = ["Novelys"]
|
|
6
6
|
s.email = ["contact@novelys.com"]
|
|
@@ -8,15 +8,10 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.summary = "Production Chain"
|
|
9
9
|
s.description = "A rails plugin that incorporate various libs, recipes and tasks"
|
|
10
10
|
s.rubyforge_project = s.name
|
|
11
|
-
|
|
11
|
+
|
|
12
12
|
s.required_rubygems_version = ">= 1.3.6"
|
|
13
|
-
|
|
13
|
+
|
|
14
14
|
s.files = `git ls-files`.split("\n")
|
|
15
|
-
|
|
16
|
-
# s.extensions = `git ls-files ext/extconf.rb`.split("\n")
|
|
17
|
-
|
|
15
|
+
|
|
18
16
|
s.require_path = 'lib'
|
|
19
|
-
|
|
20
|
-
# For C extensions
|
|
21
|
-
# s.extensions = "ext/extconf.rb"
|
|
22
17
|
end
|
metadata
CHANGED
|
@@ -1,35 +1,25 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: production_chain
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
- 0
|
|
7
|
-
- 0
|
|
8
|
-
- 2
|
|
9
|
-
version: 0.0.2
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.3
|
|
5
|
+
prerelease:
|
|
10
6
|
platform: ruby
|
|
11
|
-
authors:
|
|
7
|
+
authors:
|
|
12
8
|
- Novelys
|
|
13
9
|
autorequire:
|
|
14
10
|
bindir: bin
|
|
15
11
|
cert_chain: []
|
|
16
|
-
|
|
17
|
-
date: 2012-05-31 00:00:00 +02:00
|
|
18
|
-
default_executable:
|
|
12
|
+
date: 2012-06-12 00:00:00.000000000 Z
|
|
19
13
|
dependencies: []
|
|
20
|
-
|
|
21
14
|
description: A rails plugin that incorporate various libs, recipes and tasks
|
|
22
|
-
email:
|
|
15
|
+
email:
|
|
23
16
|
- contact@novelys.com
|
|
24
17
|
executables: []
|
|
25
|
-
|
|
26
18
|
extensions: []
|
|
27
|
-
|
|
28
19
|
extra_rdoc_files: []
|
|
29
|
-
|
|
30
|
-
files:
|
|
20
|
+
files:
|
|
31
21
|
- .gitignore
|
|
32
|
-
- README
|
|
22
|
+
- README.md
|
|
33
23
|
- lib/core_ext/numeric.rb
|
|
34
24
|
- lib/production_chain.rb
|
|
35
25
|
- lib/rails/action_controller/abstract_request.rb
|
|
@@ -45,37 +35,28 @@ files:
|
|
|
45
35
|
- lib/tasks/revision.rake
|
|
46
36
|
- production_chain.gemspec
|
|
47
37
|
- rails/init.rb
|
|
48
|
-
has_rdoc: true
|
|
49
38
|
homepage: http://github.com/novelys/production_chain
|
|
50
39
|
licenses: []
|
|
51
|
-
|
|
52
40
|
post_install_message:
|
|
53
41
|
rdoc_options: []
|
|
54
|
-
|
|
55
|
-
require_paths:
|
|
42
|
+
require_paths:
|
|
56
43
|
- lib
|
|
57
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
requirements:
|
|
66
|
-
- -
|
|
67
|
-
- !ruby/object:Gem::Version
|
|
68
|
-
segments:
|
|
69
|
-
- 1
|
|
70
|
-
- 3
|
|
71
|
-
- 6
|
|
44
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
45
|
+
none: false
|
|
46
|
+
requirements:
|
|
47
|
+
- - ! '>='
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
version: '0'
|
|
50
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
51
|
+
none: false
|
|
52
|
+
requirements:
|
|
53
|
+
- - ! '>='
|
|
54
|
+
- !ruby/object:Gem::Version
|
|
72
55
|
version: 1.3.6
|
|
73
56
|
requirements: []
|
|
74
|
-
|
|
75
57
|
rubyforge_project: production_chain
|
|
76
|
-
rubygems_version: 1.
|
|
58
|
+
rubygems_version: 1.8.11
|
|
77
59
|
signing_key:
|
|
78
60
|
specification_version: 3
|
|
79
61
|
summary: Production Chain
|
|
80
62
|
test_files: []
|
|
81
|
-
|