SrBuj 0.9.0alpha2 → 0.9.0alpha3

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MTQ4MTJlMGFjYWRiMTdiZGY1NDU1NWZiZTY2NGY4ZDI4NTk1NzY0MA==
4
+ MDc2MmRiNTJjNjM5NGM4OWVhYjc2Njk3NGQ1MWQ4YmRiZDRmYzlhYw==
5
5
  data.tar.gz: !binary |-
6
- ZmEyNzk3YWM4N2NhY2E3YWJmMDdjZjNmMjNiYmQxZjdhMmY0OTNmMw==
6
+ OWI4NjM0YjM0MTUzYmVjMGM4NmNhYjExMjAyMGI0ZDJkMGFhMmQ5Yg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NTcxZmI5MDUyOGZkYjNmYmI0MTBlOGY1ZTI5NWYwNGIwMWY5OGQ1ZTVmNzQ2
10
- ODBiY2I1NzkwMmRhNGFkMjNmZjg5ZGVkMGYyYzU1YTg5MDJlOTdkMDQ2NWM1
11
- ZjY2MDZhM2Q2NTZhZDE4OWVlMWFjMDhhMTc2YzFjYjIxN2MxNDI=
9
+ NTE5OWIyNTExMTA3YTAwMmRkZGVhNjI5ZDJmNjJmYmEyZDYzYzIyNTdkZTA0
10
+ NjdjYmEzNDFhMDVkOTczM2U0NTRiNGY4Y2QzNWU4NGIyMzc3ZmU3Y2FmMWUz
11
+ OGNlMjc2NzgyZmJlYzljZTc1YjFkNTg5ZWNiM2ZiYmI4ODc4Y2E=
12
12
  data.tar.gz: !binary |-
13
- MDg3NWY3YmQxNjJhMmJmY2I2OTBjMDJhZTVkZmQzY2U4ZTEyYmYwMDFlOGIz
14
- NzA5NDZhNWJmYzIxYzE1NTg4NzU1ZWMxNWVkYWU5Y2Q3YzkzODM3NzU1ODkz
15
- MTg1YWNlY2NjODI0ODYzNzhmZjc4ZTNkZDI5MThhZDViYWYyNzE=
13
+ NTY4NThkNGEwNzBhYjgxODQ2MmYxZjk4Zjk0ZDNlZmQ2MjdlZGE5YmI2OTE2
14
+ MGJiMDY1MDFhMGM1YmU5NGQ1OGY5NDdmYzQwMTE1NmEwYmI3ZDcxOGVjZGZk
15
+ Y2RkMWM4NTRiNjI1NThhNjA4ZjQ3NjY1NjkwZTViMDIzZjY3MDc=
data/lib/SrBuj/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module SrBuj
2
- VERSION = '0.9.0alpha2'
2
+ VERSION = '0.9.0alpha3'
3
3
  end
data/lib/SrBuj.rb CHANGED
@@ -1,4 +1,4 @@
1
- equire 'SrBuj/version'
1
+ require 'SrBuj/version'
2
2
  require 'active_support'
3
3
 
4
4
  module SrBuj
@@ -19,7 +19,7 @@
19
19
  };
20
20
  var SrBuj;
21
21
  $.SrBuj = SrBuj = {
22
- version: '0.9.0alpha2',
22
+ version: '0.9.0alpha3',
23
23
  selector: '[data-remote][data-target]',
24
24
  notifyHeaders: { message: 'X-SRBUJ-MSG', type: 'X-SRBUJ-TYPE', side: 'X-SRBUJ-SIDE', position: 'X-SRBUJ-POS', time: 'X-SRBUJ-TIME' },
25
25
  defaults: {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SrBuj
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0alpha2
4
+ version: 0.9.0alpha3
5
5
  platform: ruby
6
6
  authors:
7
7
  - gagoar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-09 00:00:00.000000000 Z
11
+ date: 2013-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler