mpxj 9.5.2 → 9.8.1

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: 61053ddd28bff81063cde946b173a89e3f02a74a2dc6100ba0967b8ec5406ade
4
- data.tar.gz: 6399885bba5b2cda4bc4305ff95f935f89bb8143890bff44beaa450131808af8
3
+ metadata.gz: 7f31995f89efd6abd427783040cf8352f471321eec39462a7fe797432a51487e
4
+ data.tar.gz: 0ad60f21094e0cdb06ff3a581b2bfe351d67698349321ac782d695cf45cb3b2a
5
5
  SHA512:
6
- metadata.gz: 3ba5ee0ef5a43384fe9547f1d88b4f410969e39a9cddc8f4d08dde98ffed0ca63504ecda7aea27fcc5b3997e4c42be2ddd587144088180559cec6bb620ee7542
7
- data.tar.gz: 0c2dbafc9b82b3f3080f61731c6ea25a5904559380ad9ae9d27b50360a8531f217e4f95fbe3a13eff3606a73145368b8ef16bf175196b8aff8d62b0f6260a772
6
+ metadata.gz: c9676ecfff11bbd35c1d5a5a50341043fdd81fef2a7ddc43c707ca31bf0d919411b94da5e1e08c8723a5fdc8c4151d0ccf7ce18aca4c45b3dbd776a6b9b04909
7
+ data.tar.gz: cb9bcbcc67ff7ff227ddedc865ce2ddaf34b3ab29596043c3c14fb6ded144b1bb30656bc4a66d9cf3b7d033bc3c14022f4878a2adda3f9546f92caa872672607
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