netica 0.0.9-java → 0.0.10-java

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/.gitignore CHANGED
@@ -15,5 +15,5 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
- log/*
18
+ log/*.log
19
19
  .rbenv-version
@@ -0,0 +1 @@
1
+ jruby-1.7.3
@@ -29,6 +29,7 @@ module Netica
29
29
  # @param nodeName [String] name of the node to be incremented
30
30
  # @return [true,false,nil] outcome of the incr() attempt
31
31
  def incr_node(nodeName)
32
+ Netica::NeticaLogger.info "Incrementing #{nodeName} for #{token}, object_id: #{self.object_id}."
32
33
  if network
33
34
  node = network.node(nodeName)
34
35
  if node
@@ -1,3 +1,3 @@
1
1
  module Netica
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
File without changes
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
5
4
  prerelease:
5
+ version: 0.0.10
6
6
  platform: java
7
7
  authors:
8
8
  - Jerry Richardson
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-10 00:00:00.000000000 Z
12
+ date: 2013-07-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: redis
@@ -38,6 +38,7 @@ extra_rdoc_files: []
38
38
  files:
39
39
  - ".gitignore"
40
40
  - ".rspec"
41
+ - ".ruby-version"
41
42
  - CONTRIBUTING.md
42
43
  - Gemfile
43
44
  - LICENSE.txt
@@ -57,6 +58,7 @@ files:
57
58
  - lib/netica/state.rb
58
59
  - lib/netica/version.rb
59
60
  - lib/tasks/netica.rake
61
+ - log/.gitignore
60
62
  - netica.gemspec
61
63
  - spec/netica/active_network_spec.rb
62
64
  - spec/netica/environment_spec.rb
@@ -94,4 +96,3 @@ test_files:
94
96
  - spec/netica/environment_spec.rb
95
97
  - spec/netica_spec.rb
96
98
  - spec/spec_helper.rb
97
- has_rdoc: