haplo 2.1.5-java → 2.1.6-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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bfa6979121ba2e2ed596e02f9faf5bac9d9aa8e7
4
- data.tar.gz: 95c98823f92be457fa20021644be110f5812cd6f
3
+ metadata.gz: 2580e89728f71a5f2e81403599254853ebd038ca
4
+ data.tar.gz: 8c968ba0d72039f7808074c9f446537ed276f374
5
5
  SHA512:
6
- metadata.gz: 2109252a9deabcee929449ef4eaf98b19997f8891510a026391258d656967552aa6eb4b240c68200e9d1bb5a3403c6ed552e01b1c173ab1167566506ae80e821
7
- data.tar.gz: c20f9a22838d355ec5ca08f90366416a0af904d0161ee865989345a271f7786f18096740bc23e00c62c5ee20aa75b113242b05ea9f6b30b770981537bf0aa833
6
+ metadata.gz: 87d9fb09cf7626aade9acc0d551e4a4512c9df50c12e1fc85e3130709c8c063ac61f0c1515d1e0def2b79222e702bcf9080e13a12d150617b78584a97ec29f7e
7
+ data.tar.gz: 2422f6a43b7ab1680d56e165be2f07896773f527e2e6cdc7e2e2a8f6d985a522cb77cd13ccc6aeeeed8d3534b4e9ea9c2632e193378f3e6488efa4d90eafabe1
data/haplo.gemspec CHANGED
@@ -3,8 +3,8 @@ Gem::Specification.new do |s|
3
3
  files = Dir.glob("#{root_dir}/**/*.*").map { |x| x[root_dir.length + 1, x.length]}
4
4
 
5
5
  s.name = 'haplo'
6
- s.version = '2.1.5'
7
- s.date = '2016-04-01'
6
+ s.version = '2.1.6'
7
+ s.date = '2016-04-28'
8
8
  s.summary = "Haplo Plugin Tool"
9
9
  s.description = "Development tools for developing Haplo plugins, see http://haplo.org"
10
10
  s.licenses = ["MPL-2.0"]
@@ -47,6 +47,7 @@
47
47
  var globalsServer = [
48
48
  'O',
49
49
  'SCHEMA', 'TYPE', 'ATTR', 'ALIASED_ATTR', 'QUAL', 'LABEL', 'GROUP',
50
+ 'NAME',
50
51
  'HTTP', 'DBTime',
51
52
  'console', 'JSON',
52
53
  '_', 'Handlebars', 'oForms', 'moment', 'XDate'
data/lib/new_plugin.rb CHANGED
@@ -46,7 +46,7 @@ __E
46
46
  P.respond("GET", "/do/#{plugin_url_fragment}/example", [
47
47
  ], function(E) {
48
48
  E.render({
49
- pageTitle: "Example page"
49
+ // view goes here: http://docs.haplo.org/dev/plugin/request-handling
50
50
  });
51
51
  });
52
52
 
@@ -56,6 +56,8 @@ __E
56
56
  file.write(<<__E)
57
57
  // HSVT documentation: http://docs.haplo.org/dev/plugin/templates
58
58
 
59
+ pageTitle("Example page")
60
+
59
61
  <p class="example"> "This is an example template." </p>
60
62
  __E
61
63
  end
data/lib/version.txt CHANGED
@@ -1 +1 @@
1
- a8e1cfc
1
+ 6c3573a
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haplo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.5
4
+ version: 2.1.6
5
5
  platform: java
6
6
  authors:
7
7
  - Haplo Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-01 00:00:00.000000000 Z
11
+ date: 2016-04-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Development tools for developing Haplo plugins, see http://haplo.org
14
14
  email: client.services@haplo-services.com