mpxj 9.5.1 → 9.8.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: e2cbb6e797c98d9b66ed68811c2768b2dc10fa9bec016ddb821df90fc5914bc1
4
- data.tar.gz: 5a1a97d5d7978a215218e06121e703bfd898d25d8bf21a8686b3236a19912478
3
+ metadata.gz: c52eb8fe1b7abfeaa3e05365f4dcadfd02818e861d1b2ceaddad27ff39cdb03f
4
+ data.tar.gz: 71d19ab155e67130380aa12ace208bf70d635cbebb94ac4ab1d8062353e8c3e8
5
5
  SHA512:
6
- metadata.gz: 048b90fc52fced57f0496c08ae650fe44d1a935da2cc0fecffddffbf3709547be9aae3fa9dfb6aca9fe393a240139f0cf3876299142822ab2631079ce2ce2e7d
7
- data.tar.gz: 2a30a2f383f4763983a197982e7397c1970fc2f71dcd38bf687c29029f5b96e6c0feb1090e5249c28d7e823a95d39abbb6e3d31b5b5974bdf33f36abb98131db
6
+ metadata.gz: 496ee7040b0b499f7a0c6536866cf53389d9c87fbc1fd4e23304051cf28ea115a8bea2d474b48cb409eb0bbeca040f342a49f83b9d3e6664fcb215d057f30e7b
7
+ data.tar.gz: a9d6f6dec7c7d11b234faf83684ec182bf1f2617b957305e588387d1638f68fbeaa308671a8fb06cd0900cde3b596b8c4a1ec4f279b2d5b4d942a1db73017c9a
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