neo-viz 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -103,6 +103,7 @@ MIT, see LICENSE file
103
103
 
104
104
  ### Changes
105
105
 
106
+ * 2011-12-20 Release 1.0.2 and fix of warnings (public folder)
106
107
  * 2011-09-28 Added relationship filter
107
108
  * 2001-09-28 Enabled embedding from AJAX-call (/embedded)
108
109
  * 2011-06-23 Changed the namespace.
@@ -21,7 +21,7 @@ module Neo::Viz
21
21
  include Neo4j
22
22
 
23
23
  configure do
24
- set :public, File.expand_path('../../public/', __FILE__)
24
+ set :public_folder, File.expand_path('../../public/', __FILE__)
25
25
  set :views, File.expand_path('../../views/', __FILE__)
26
26
  end
27
27
 
@@ -1,6 +1,6 @@
1
1
  module Neo
2
2
  module Viz
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: neo-viz
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.1
5
+ version: 1.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Anders Janmyr
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-11-25 00:00:00 Z
13
+ date: 2011-12-20 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sprockets