sequitur 0.1.12 → 0.1.13

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZGY5ODk3ZDZiNDE1MjljNzg0ODBiZTY4YjJiNGZlMTc0NTljMWJiOQ==
4
+ NTk1NDVlNDJjZDIzZTY5OTE4ODI3MWM0MDc0M2EwMjIyNzRmZTk5Ng==
5
5
  data.tar.gz: !binary |-
6
- M2M1NWNjNGY1NTIzMjVmYjFiNDBmZGNmOWJhYzhkY2JiZGM4ZDA1Nw==
6
+ MWE5OTE1MmE2NjQ0ZTk1ZmUyYzIwZTllMjFiMmE4OGU1ZGJiODZiMQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NWIwMWVkNjFlNGU5ZDNjYzEyMzEzMzVhNDcyODAxNThjNTE1MTlkNjBiYzg3
10
- YWVkZDFlYzg1OGJlZGZjNTYwYjg3ZGU2NGFkYmU3NDFjYTMwM2JhNjYxMDRm
11
- NmMxNTNlMzkxYmI5NWU5OGNlYzZmYWE2NTYyNDAyNmU3MTNiYjk=
9
+ YWU0MzRlZGZjZWIyNDUzMjNhZDU3ZWFmZDIxZmExMTc0NWI1YTFjNDhkYmQ4
10
+ NGMzYzc1ZWQwMGM4ZGUzMjVlN2JhNDhjMTU2YWUzYjU3OTQ4NWY2ZTFmZGE1
11
+ NGQyZGM4ZTdkOTcyNjQ1MmRkNTgyM2NjYjcxYmU0NWI4NWE1ODc=
12
12
  data.tar.gz: !binary |-
13
- ODIwNDIxOWExZWU3NGM0OTEzZjA0MTgzYjg5ZDZiNGNmMTE3OTBjMWJiYmY2
14
- MjA5Zjg1Y2IwNWYyYjE4NWY3N2YwNzZjNDlkY2FlNjMzYTRmMGY5ZTM1ZmI0
15
- N2QyMzNlYjM4YTg0NTljNTE1NWE1NWE3NTJmNjhkYTU1NzMwOTc=
13
+ OTA0NjIxZWU3OGU0MjY2MWVlYWQ4NDVmYTc0NDA0ZDQyZTQ1MTQzNmZhMjRj
14
+ ZDMwMmFiMzlkZGE5MmRkN2FmMGVjMWJhNWEwZmM4YjJjNWFkMDQ2YjRmMWQ3
15
+ MDU3MTY3NDIwZWZiZGQ1Y2UyNTU2ODZmZWJhOWQxZDE1MDY4MzM=
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### 0.1.13 / 2014-10-07
2
+ * [FIX] File `LICENSE.txt`: was missing in the distribuation but was referenced in README.
3
+ * [CHANGE] File `README.md`: added badge from license (MIT).
4
+
5
+
1
6
  ### 0.1.12 / 2014-10-07
2
7
  * [CHANGE] File `README.md`: Fixed documentation inaccuracy.
3
8
 
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014 Dimitri Geshef
1
+ Copyright (c) 2014-2015 Dimitri Geshef
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -9,6 +9,7 @@ _Ruby gem implementing the Sequitur algorithm_
9
9
  [![Dependency Status](https://gemnasium.com/famished-tiger/Sequitur.png)](https://gemnasium.com/famished-tiger/Sequitur)
10
10
  [![Inline docs](http://inch-ci.org/github/famished-tiger/Sequitur.svg?branch=master)](http://inch-ci.org/github/famished-tiger/Sequitur)
11
11
  [![Code Climate](https://codeclimate.com/github/famished-tiger/Sequitur.png)](https://codeclimate.com/github/famished-tiger/Sequitur)
12
+ [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/famished-tiger/Sequitur/blob/master/LICENSE.txt)
12
13
 
13
14
  ### What is the Sequitur algorithm? ###
14
15
  The following are good entry points to learn about the algorithm:
@@ -3,7 +3,7 @@
3
3
 
4
4
  module Sequitur # Module used as a namespace
5
5
  # The version number of the gem.
6
- Version = '0.1.12'
6
+ Version = '0.1.13'
7
7
 
8
8
  # Brief description of the gem.
9
9
  Description = 'Ruby implementation of the Sequitur algorithm'
@@ -31,8 +31,6 @@ class Production
31
31
  @digrams = []
32
32
  end
33
33
 
34
-
35
-
36
34
  public
37
35
 
38
36
  # Identity testing.
@@ -125,7 +123,6 @@ class Production
125
123
  end
126
124
 
127
125
 
128
-
129
126
  # Emit a text representation of the production rule.
130
127
  # Text is of the form:
131
128
  # object id of production : rhs as space-separated sequence of symbols.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sequitur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dimitri Geshef
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-07 00:00:00.000000000 Z
11
+ date: 2015-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake