marxjs-rails 1.0.0 → 1.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: 117e190a63e72e1ff81485b94f0bfb7bb86bab24
4
- data.tar.gz: c759c85b0fb0fcb9441f7c6ddb52bd3f2d88201d
3
+ metadata.gz: c87301411c83adf1fd094e4c7db1731fcffeb4af
4
+ data.tar.gz: e94336844f060fc36c27fd76df359e258cf86d92
5
5
  SHA512:
6
- metadata.gz: 65a2b0d5fc1f81aff6c970cbe9e8972070fb28162224b263cb9ba433f1df74b7ba8be4370dc2fa7ac45ba265a65a6be9b3ef9c28899952947e9a86d7b191cb8c
7
- data.tar.gz: 7fcbc2dc96b7c9d2a812d5df591b0c6130b8a12499dad1753e7a1ac76a237d4b4bb2cd9db647e155139e5b2d92bf9225dadd455b5bc21c896f2ff01ad6b032c6
6
+ metadata.gz: 82be6316caeb55553f8c5ed950c334af7abf7cafe7ded858001b7f57ef8a30626b82c8fdad28f9aee05362363acb59eaddcd67d128a3246d288b656d10337e75
7
+ data.tar.gz: 46d6f7f05c1436df24494f3177490638c77ff503eff975f8322f91dc2b0533e004daca965b8f508bcdf323d6cb0847fc78e1426c7d1fda63de5b33e781c7eaa5
@@ -295,7 +295,7 @@ $.extend(Marx.prototype, {
295
295
  _this = this;
296
296
  $('.marx-generated-ipsum').remove();
297
297
  num = this.$('.ipsum input').val();
298
- $ipsum = $("<div class='marx-generated-ipsum " + this.settings.position + "'>\n <h4>Marx Ipsum</h4>\n <a href='#close' class='marx-ipsum-close'>X</a>\n <div class='marx-container'></div>\n</div>");
298
+ $ipsum = $("<div class='marx-generated-ipsum marx-" + this.settings.position + "'>\n <h4>Marx Ipsum</h4>\n <a href='#close' class='marx-ipsum-close'>X</a>\n <div class='marx-container'></div>\n</div>");
299
299
  $('body').append($ipsum);
300
300
  return $.getJSON("" + this._url + "/monologues", function(data) {
301
301
  var i, max, monologues, _i;
@@ -1,5 +1,5 @@
1
1
  module Marxjs
2
2
  module Rails
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marxjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Raymond
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-08 00:00:00.000000000 Z
11
+ date: 2015-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler