nucleon 0.1.15 → 0.1.16
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.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/nucleon.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e672f14043406826036334688c592b5fabf19fd
|
|
4
|
+
data.tar.gz: bacc3a83b28e7cc9064cab6b78f2c8bc5d78ef16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8052f3837e56bbb8289df37a39796c7c2b65bf97e0767d75d6de677557fb2d37db21c5e191a63450c6c0222c721278d6d5c347a674fc7a417a2a5c3281afdb5
|
|
7
|
+
data.tar.gz: a25d025d7be6692da6ee2e9eab6c3858a0d9811eecac10e13d3b9e441e70898e6e0d8f1ec5694fba5de977d9a7232258ecb65fa3b287b475b6affefffd7ce1e0
|
data/Rakefile
CHANGED
|
@@ -29,7 +29,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
29
29
|
gem.name = "nucleon"
|
|
30
30
|
gem.homepage = "http://github.com/coralnexus/nucleon"
|
|
31
31
|
gem.rubyforge_project = 'nucleon'
|
|
32
|
-
gem.license = "
|
|
32
|
+
gem.license = "Apache License, Version 2.0"
|
|
33
33
|
gem.email = "adrian.webb@coralnexus.com"
|
|
34
34
|
gem.authors = ["Adrian Webb"]
|
|
35
35
|
gem.summary = %Q{Framework that provides a simple foundation for building distributively configured, extremely pluggable and extendable, and easily parallel Ruby applications}
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.16
|
data/nucleon.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: nucleon 0.1.
|
|
5
|
+
# stub: nucleon 0.1.16 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "nucleon"
|
|
9
|
-
s.version = "0.1.
|
|
9
|
+
s.version = "0.1.16"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Adrian Webb"]
|
|
14
|
-
s.date = "2014-
|
|
14
|
+
s.date = "2014-05-02"
|
|
15
15
|
s.description = "\nA framework that provides a simple foundation for building Ruby applications that are:\n\n* Highly configurable (with both distributed and persistent configurations)\n* Extremely pluggable and extendable\n* Easily parallel\n\nNote: This framework is still very early in development!\n"
|
|
16
16
|
s.email = "adrian.webb@coralnexus.com"
|
|
17
17
|
s.executables = ["nucleon"]
|
|
@@ -94,7 +94,7 @@ Gem::Specification.new do |s|
|
|
|
94
94
|
"spec/spec_helper.rb"
|
|
95
95
|
]
|
|
96
96
|
s.homepage = "http://github.com/coralnexus/nucleon"
|
|
97
|
-
s.licenses = ["
|
|
97
|
+
s.licenses = ["Apache License, Version 2.0"]
|
|
98
98
|
s.rdoc_options = ["--title", "Nucleon", "--main", "README.rdoc", "--line-numbers"]
|
|
99
99
|
s.required_ruby_version = Gem::Requirement.new(">= 1.8.1")
|
|
100
100
|
s.rubyforge_project = "nucleon"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nucleon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adrian Webb
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-05-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: log4r
|
|
@@ -353,7 +353,7 @@ files:
|
|
|
353
353
|
- spec/spec_helper.rb
|
|
354
354
|
homepage: http://github.com/coralnexus/nucleon
|
|
355
355
|
licenses:
|
|
356
|
-
-
|
|
356
|
+
- Apache License, Version 2.0
|
|
357
357
|
metadata: {}
|
|
358
358
|
post_install_message:
|
|
359
359
|
rdoc_options:
|