rugments 1.0.0.beta6 → 1.0.0.beta7

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: 37b5a0b1e6aef4c5e868e6523ac591c8866c31f4
4
- data.tar.gz: e2389a6540c408adb1f20220458bf5f4b6d14150
3
+ metadata.gz: 724edf7fb600b7290628711e3f033a44d90c7fe9
4
+ data.tar.gz: 2efeff43cfbe393c71a3754f19938ff92e42e817
5
5
  SHA512:
6
- metadata.gz: 218155b6ffcf739bff5416c5449ecd15ffedba54cc708e8818422feca5bb744d6b4fee6cea41a69ac4ecd1142567a7317735ccf597b6b4775fd5aeb5fa35e471
7
- data.tar.gz: 674b4737a3d7ca7a1c5036db82f490ff77c723512768c113a41c6aa3f7095c21ba8bd325f89188476afa9447a9c71159effbb5ed4b7dd2822c03581d2153c076
6
+ metadata.gz: a06db250cb55bd4ce6c9a03792cd45fc946bace74461ae810c021c37968934238a708f834509abfb2a22bbb6c5fc1e3d057bde89115893d8fb533139ff53e509
7
+ data.tar.gz: be4c5d2960d02834623273c6ef0b09508e48547dbbfaf6a3b3a67e9903a69bd9f7e3a0e4972a4e67b69db2cfc0cefa4002c5fdce8f792a892ac7377b2b555fca
@@ -364,7 +364,7 @@ module Rugments
364
364
  # @option opts :continue
365
365
  # Continue the lex from the previous state (i.e. don't call #reset!)
366
366
  def lex(string, opts = {}, &b)
367
- return enum_for(:lex, string) unless block_given?
367
+ return enum_for(:lex, string, opts) unless block_given?
368
368
 
369
369
  Lexer.assert_utf8!(string)
370
370
 
@@ -1,3 +1,3 @@
1
1
  module Rugments
2
- VERSION = '1.0.0.beta6'
2
+ VERSION = '1.0.0.beta7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rugments
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta6
4
+ version: 1.0.0.beta7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeanine Adkisson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-03-24 00:00:00.000000000 Z
12
+ date: 2015-05-27 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Rugments aims to a be a simple,easy-to-extend drop-in replacement for
15
15
  pygments.
@@ -147,4 +147,3 @@ signing_key:
147
147
  specification_version: 4
148
148
  summary: A pure-ruby colorizer based on pygments
149
149
  test_files: []
150
- has_rdoc: