macaw-ruby 0.0.31 → 0.0.32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1fdfb397e37f95d24d71b20b68118701e2b6668a
4
- data.tar.gz: f50fb43ba6935a6a5aa5ef748faa51443c0a2eff
3
+ metadata.gz: 448cfab51d2bc714ed117d786d0edcfbd7b26d1c
4
+ data.tar.gz: 49f51ec953ba0146993ab8c0ac751b969005a829
5
5
  SHA512:
6
- metadata.gz: eb7041fad07a08b370d2d66358f66a24540101dcca6276457b3d5aac6852c5ef97a9f93133598eb3f79dec69c1294545d24adb7e8cb5be55f330ac7ab85f12ef
7
- data.tar.gz: f861e1621f882bd645af04d70944aa63c8ea56521a835fd05eb7f2348d6fc8d4175b989402f90b1aae9aafc746a4c8fcf4329404d84195612015603414427a2e
6
+ metadata.gz: 552b76c05f940681c85738f5e37a0848fa832637cf7bc4c78ed68bfe8e33a66cac33ccf0b8369097df42a8ab373d8760342d603daa114e644a9ba75c77b37b72
7
+ data.tar.gz: 87411dfd04412f0969811942c8e68a35342294ff8cd108893f942958a1cef807c5af0353d08b5bf4eb993dfdf44264345e36a9b848f7ea5e5ad4e2bfbb7439fc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- macaw-ruby (0.0.31)
4
+ macaw-ruby (0.0.32)
5
5
  i18n
6
6
  json_pure
7
7
  os
@@ -0,0 +1,9 @@
1
+ # texcount rule for arara
2
+ # author: Francesco Endrici
3
+ # requires arara 3.0
4
+ class Macaw
5
+ # this probably needs to be a lot fancier, but I can't be arsed about it right now.
6
+ def texcount(parameters)
7
+ Macaw.system ['texcount'] + parameters
8
+ end
9
+ end
data/lib/macaw/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Macaw
2
- VERSION = "0.0.31"
2
+ VERSION = "0.0.32"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: macaw-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.31
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emiliano Heyns
@@ -161,6 +161,7 @@ files:
161
161
  - lib/macaw/rules/songidx.rb
162
162
  - lib/macaw/rules/sumatrapdf.rb
163
163
  - lib/macaw/rules/tex.rb
164
+ - lib/macaw/rules/texcount.rb
164
165
  - lib/macaw/rules/xdvipdfmx.rb
165
166
  - lib/macaw/rules/xelatex.rb
166
167
  - lib/macaw/rules/xelatexmk.rb