naf 1.1.1 → 1.1.2
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.rdoc +1 -1
- data/lib/naf/version.rb +1 -1
- data/naf.gemspec +2 -1
- metadata +5 -4
- data/.travis.yml +0 -17
data/README.rdoc
CHANGED
|
@@ -19,4 +19,4 @@ With a management console, providing:
|
|
|
19
19
|
|
|
20
20
|
=== Please find up-to-date information on Naf here: {Naf Wiki}[http://www.github.com/fiksu/naf/wiki]
|
|
21
21
|
|
|
22
|
-
=== Instructions on updgrading Naf to Version
|
|
22
|
+
=== Instructions on updgrading Naf to the latest Version: {Instructions}[http://www.github.com/fiksu/naf/wiki/Upgrading]
|
data/lib/naf/version.rb
CHANGED
data/naf.gemspec
CHANGED
|
@@ -10,7 +10,8 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.license = 'New BSD License'
|
|
11
11
|
s.date = '2013-10-14'
|
|
12
12
|
s.summary = "Creates infrastructure for a customizable and robust Postgres-backed script scheduling/running"
|
|
13
|
-
s.description = "
|
|
13
|
+
s.description = "A cloud based distributed cron, application framework and operations console. Naf works as a distributed script running " +
|
|
14
|
+
"system that provides scheduling, logging, alarming, machine redundancy, and the ability to set constraint during script execution"
|
|
14
15
|
s.authors = ["Keith Gabryelski", "Leonardo Meira", "Nathaniel Lim", "Aleksandr Dembskiy"]
|
|
15
16
|
s.email = ['keith@fiksu.com', 'lmeira@fiksu.com']
|
|
16
17
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: naf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -174,8 +174,10 @@ dependencies:
|
|
|
174
174
|
- - ! '>='
|
|
175
175
|
- !ruby/object:Gem::Version
|
|
176
176
|
version: '0'
|
|
177
|
-
description:
|
|
178
|
-
|
|
177
|
+
description: A cloud based distributed cron, application framework and operations
|
|
178
|
+
console. Naf works as a distributed script running system that provides scheduling,
|
|
179
|
+
logging, alarming, machine redundancy, and the ability to set constraint during
|
|
180
|
+
script execution
|
|
179
181
|
email:
|
|
180
182
|
- keith@fiksu.com
|
|
181
183
|
- lmeira@fiksu.com
|
|
@@ -185,7 +187,6 @@ extra_rdoc_files: []
|
|
|
185
187
|
files:
|
|
186
188
|
- .gitignore
|
|
187
189
|
- .rspec
|
|
188
|
-
- .travis.yml
|
|
189
190
|
- Gemfile
|
|
190
191
|
- LICENSE
|
|
191
192
|
- README.rdoc
|
data/.travis.yml
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
language: ruby
|
|
2
|
-
rvm:
|
|
3
|
-
- 1.9.3
|
|
4
|
-
script: ci/travis.sh
|
|
5
|
-
env:
|
|
6
|
-
- SPEC_GROUP=primary_database
|
|
7
|
-
branches:
|
|
8
|
-
only:
|
|
9
|
-
- master
|
|
10
|
-
notifications:
|
|
11
|
-
email:
|
|
12
|
-
- keith@fiksu.com
|
|
13
|
-
- nlim@fiksu.com
|
|
14
|
-
- adembskiy@fiksu.com
|
|
15
|
-
- lmeira@fiksu.com
|
|
16
|
-
webhooks:
|
|
17
|
-
- https://zapier.com/hooks/WebHookAPI/?sid=43534
|