jive_os_apps 0.0.1 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 546065b5bd255d24ffcbe06a9dc47600a7535016
4
- data.tar.gz: 4a8b319be113d2563ec70c46e4f3f991c4a9d1aa
3
+ metadata.gz: 59e14eea6641b0d4881e48e9b861a39d89449f4b
4
+ data.tar.gz: 2708ad0bf97f7795d53d43f27f06097d1c7ccdc1
5
5
  SHA512:
6
- metadata.gz: 2f57e5d529779ca1aa088c1ca8d6e6e16e5da69a831c9c29fd797f3fe0ac8c7c70d13bb934550f6257aa58dc7b1626edad1a959d78ef848b03513f15cfe5e9d2
7
- data.tar.gz: ab314195d53277bcdaebb414bc7a21565ec0feb6d575bc743c64f971e8e06e1dc3d357f84066844a6d21847f73ba98bf2301e217351d436f1bf825a5a44f2d64
6
+ metadata.gz: b4902c94b6557e9e6ff8bb3ab29eb3054e8bb87f31c3895fe8567a5dfbf0474cd3e4323407bee2ee274733a4443e21385c1589df14108c11a92e7180170083af
7
+ data.tar.gz: f46dd93e5a9681f60408e0755b72e6f1b478935c2d659385c68143e2d7c299b657ca6a7a1c8dcebfae4b989d41dd3bb219527683f8341c314b74b93b4d0219fa
@@ -5,7 +5,7 @@
5
5
  <Require feature="<%= (feature.is_a?(String)? feature : feature.keys.first) %>" <%= (feature.is_a?(Hash)? feature[feature.keys.first].collect { |i| "#{i[0]}=\"#{i[1]}\"" }.join(' ')+" " : "").html_safe %>/>
6
6
  <% } -%>
7
7
  <% (@config["locales"] || {}).each_pair { |locale,data| %>
8
- <Locale lang="<%= locale %>" messages="<%= app_locale_url(params[:app_name], locale) %>"></Locale>
8
+ <Locale lang="<%= locale %>" messages="<%= app_locale_path(params[:app_name], locale) %>"></Locale>
9
9
  <% } -%>
10
10
  <Require feature="actions">
11
11
  <Param name="action-contributions">
@@ -1,3 +1,3 @@
1
1
  module JiveOsApps
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -25,11 +25,11 @@ development:
25
25
  version: 2.5
26
26
  locales:
27
27
  en:
28
- moduleprefs_title: The Best Survey Ever
29
- moduleprefs_description: An app which serves up the best survey ever!
28
+ moduleprefs_title: The Best app Ever
29
+ moduleprefs_description: An app which serves up the best app ever!
30
30
  moduleprefs_nav_label: Nav Menu
31
31
  fr:
32
- moduleprefs_title: Le Meilleur enquête jamais
32
+ moduleprefs_title: Le Meilleur app jamais
33
33
  moduleprefs_description: Une application qui sert la meilleure enquête jamais !
34
34
  moduleprefs_navmenu_label: Nav Menu
35
35
  actions:
@@ -42,10 +42,10 @@ development:
42
42
  -
43
43
  type: html
44
44
  view: canvas
45
- href: /surveyapp/canvas
45
+ href: /canvas.html
46
46
  - type: html
47
47
  view: dummyapp.navmenu
48
- href: /surveyapp/navmenu
48
+ href: /navmenu.html
49
49
  test:
50
50
  host: test
51
51
  production:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jive_os_apps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Butch Marshall
@@ -46,7 +46,6 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - MIT-LICENSE
49
- - README.rdoc
50
49
  - Rakefile
51
50
  - app/assets/javascripts/jive_os_apps/application.js
52
51
  - app/assets/stylesheets/jive_os_apps/application.css
@@ -88,7 +87,7 @@ files:
88
87
  - test/dummy/config/initializers/mime_types.rb
89
88
  - test/dummy/config/initializers/session_store.rb
90
89
  - test/dummy/config/initializers/wrap_parameters.rb
91
- - test/dummy/config/jive_osapp_surveys_config.yml
90
+ - test/dummy/config/jive_osapp_dummy_config.yml
92
91
  - test/dummy/config/locales/en.yml
93
92
  - test/dummy/config/routes.rb
94
93
  - test/dummy/config/secrets.yml
@@ -161,7 +160,7 @@ test_files:
161
160
  - test/dummy/config/initializers/jive_os_apps.rb
162
161
  - test/dummy/config/initializers/assets.rb
163
162
  - test/dummy/config/environment.rb
164
- - test/dummy/config/jive_osapp_surveys_config.yml
163
+ - test/dummy/config/jive_osapp_dummy_config.yml
165
164
  - test/dummy/config/boot.rb
166
165
  - test/dummy/Rakefile
167
166
  - test/dummy/app/helpers/application_helper.rb
data/README.rdoc DELETED
@@ -1,3 +0,0 @@
1
- = JiveOsApps
2
-
3
- This project rocks and uses MIT-LICENSE.