mpxj 9.5.0 → 9.7.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of mpxj might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42f5d6d27293895e41dc7b4e1c0975e80b1e29ca77e1fd878e6eca701472f352
4
- data.tar.gz: d67d530f5d30970f946cdcb844c56cf72934162be639ec200682cb4c7c99fa11
3
+ metadata.gz: bff93b1756d0b570ed653a5e17f5a1b1f7d1db920b094b1b11a815a9ed735dfb
4
+ data.tar.gz: e0f2403a326b572c5daa8ec41f076d874f52bceebfc6c5c335a2d583340178fb
5
5
  SHA512:
6
- metadata.gz: 3a353734249606c65fd3f86bf5c5ff63e6752a6385df5110e21bb99b55294a31b3f3c500c34f7e6709cccbfcafd2e2d591fc67ab6baec7dd411327345048c010
7
- data.tar.gz: 898101093caaaab38dc911e026f583943f9aedb1d082cfed507f28513931e36f1d202854e3370f3131a841a34c3c9c3c5d11512b9bacd580681df91f8825a8dd
6
+ metadata.gz: 91953a33d73084562b258352326d3063549c6ba34d36df28c94f2d1e8b5848042d03f8d0843d66c283062b11e49c719e771583e9ecbdeca555d3931aa00f20c0
7
+ data.tar.gz: 173b0cb59e2833a50ab4c5fabbe830cf03dbe389ac9b75b6dc44f181076c99099db92f41053585f43b3e87e08230b283b76e0eccdc36013e11aa3869ade2477e
data/bin/console CHANGED
@@ -1,14 +1,14 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "mpxj"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "mpxj"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
data/bin/setup CHANGED
@@ -1,7 +1,7 @@
1
- #!/bin/bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
-
5
- bundle install
6
-
7
- # Do any other automated setup that you need to do here
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle install
6
+
7
+ # Do any other automated setup that you need to do here