volt-bootbox 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 170f96871975cea098d1f5c7c7b8230d0b56c917
4
- data.tar.gz: a4f8aec87db3e44eca1c2b0cdd5a106125d823b7
3
+ metadata.gz: 43635ebb91e096122a93b1d8126d7e24774f5e39
4
+ data.tar.gz: c430f7cf230b4a8b08d200f93415752f1358a714
5
5
  SHA512:
6
- metadata.gz: fc70eec8bfa555b11856c20fb5e0c7f4e6725ea60879af733a35c71648f82fcbb8d680e7d029ef121aeac2f0022207ce327dd55fd7f9c99c1d3f47550c72c24c
7
- data.tar.gz: 2680898535c2b0b0a477347c27a48efdc42dea5e0562677e7ec443f19b8f222c0d3e11790d8c6999047e675553f5b48b40277932fa4b1f54a762eaed857ef8c3
6
+ metadata.gz: 480b6fea920aa1deef92ce35d14318199f9742e4cbfcfb863666b175c8d0491d4bb8c8d00df28500d27187f832a0f572341e56325fd4343ad5c9707bbd36b728
7
+ data.tar.gz: 269429d7ad388f36532941d2fada26e36e4e2103c9f63042fcb6945c870b07d8701914b632b23471f3abe0e574dd2df0abf458f20f2d40832f5095df199324e1
data/README.md CHANGED
@@ -75,6 +75,9 @@ end
75
75
 
76
76
  Strings (text) provided as arguments to bootbox methods may be HTML format.
77
77
 
78
+ All methods are executed asynchronously, hence the use of callback blocks
79
+ with the result.
80
+
78
81
  ## Contributing
79
82
 
80
83
  Contributions, comments and suggestions are welcome.
@@ -1,5 +1,5 @@
1
1
  module Volt
2
2
  module Bootbox
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
data/make/build CHANGED
@@ -1,3 +1,3 @@
1
1
  sh make/commit
2
2
  gem build volt-bootbox.gemspec
3
- gem install volt-bootbox-0.1.0.gem
3
+ gem install volt-bootbox-0.1.1.gem
data/make/push CHANGED
@@ -1,5 +1,5 @@
1
1
  sh make/build
2
- git remote add origin https://github.com/balmoral/volt-bootbox.git
3
- git push -u origin master
2
+ # git remote add origin https://github.com/balmoral/volt-bootbox.git
3
+ # git push -u origin master
4
4
  git push
5
- gem push volt-bootbox-0.1.0.gem
5
+ gem push volt-bootbox-0.1.1.gem
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: volt-bootbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Colin Gunn
@@ -33,15 +33,12 @@ extensions: []
33
33
  extra_rdoc_files: []
34
34
  files:
35
35
  - ".rspec"
36
- - CHANGELOG.md
37
36
  - Gemfile
38
37
  - LICENSE.txt
39
38
  - README.md
40
39
  - Rakefile
41
40
  - app/bootbox/assets/js/bootbox.js
42
41
  - app/bootbox/config/dependencies.rb
43
- - app/bootbox/config/initializers/boot.rb
44
- - app/bootbox/config/routes.rb
45
42
  - lib/volt/bootbox.rb
46
43
  - lib/volt/bootbox/version.rb
47
44
  - make/build
data/CHANGELOG.md DELETED
@@ -1,34 +0,0 @@
1
- # Change Log
2
-
3
- ## 0.1.5
4
-
5
- - README.md edits
6
-
7
- ## 0.1.4
8
-
9
- - assets/config/dependencies: https link to code.highcharts.com/highcharts.js, etc
10
-
11
- ## 0.1.3
12
-
13
- - added global animate option
14
- - improvements to reactivity logic
15
-
16
- ## 0.1.2
17
-
18
- - various tweaks
19
-
20
- ## 0.1.1
21
-
22
- - now uses opal-highcharts gem
23
- - first steps towards reactivitiy
24
- - a chart is reactive if options are provided as a Volt::Model
25
- - a chart is non-reactive if options are provided as a Hash
26
-
27
- ### opal-highcharts
28
- a gem which wraps most Highcharts and Highstock functionality in a client-side Ruby API.
29
- - https://github.com/balmoral/opal-highcharts
30
- - https://rubygems.org/gems/opal-highcharts
31
-
32
-
33
-
34
-
@@ -1,11 +0,0 @@
1
- # Place any code you want to run when the component is included on the client
2
- # or server.
3
-
4
- # To include code only on the client use:
5
- # if RUBY_PLATFORM == 'opal'
6
- #
7
- # To include code only on the server, use:
8
- # unless RUBY_PLATFORM == 'opal'
9
- # ^^ this will not send compile in code in the conditional to the client.
10
- # ^^ this include code required in the conditional.
11
-
@@ -1 +0,0 @@
1
- # Component routes