sarah 2.0.0 → 2.0.1

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.
Files changed (4) hide show
  1. data/HISTORY.txt +4 -0
  2. data/lib/sarah.rb +2 -2
  3. data/sarah.gemspec +2 -2
  4. metadata +3 -3
data/HISTORY.txt CHANGED
@@ -1,3 +1,7 @@
1
+ 2014-04-01 Version 2.0.1
2
+
3
+ Fixed incorrect indexes in "Background" section of comments.
4
+
1
5
  2014-03-31 Version 2.0.0
2
6
 
3
7
  Major rewrite. Note: #slice and #slice! are incompatible with
data/lib/sarah.rb CHANGED
@@ -24,8 +24,8 @@
24
24
  # a[0] = a[-3] = 1 v = 1
25
25
  # a[1] = a[-2] = 2 a[0] = a[-2] = 2
26
26
  # a[2] = a[-1] = a hash a[1] = a[-1] = a hash
27
- # a[3][5] = :five a[2][5] = :five
28
- # a[3][:six] = 'hello' a[2][:six] = 'hello'
27
+ # a[2][5] = :five a[1][5] = :five
28
+ # a[2][:six] = 'hello' a[1][:six] = 'hello'
29
29
  #
30
30
  # In contrast, using a Sarah looks like this:
31
31
  #
data/sarah.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "sarah"
3
- s.version = "2.0.0"
4
- s.date = "2014-03-31"
3
+ s.version = "2.0.1"
4
+ s.date = "2014-04-01"
5
5
  s.authors = ["Brian Katzung"]
6
6
  s.email = ["briank@kappacs.com"]
7
7
  s.homepage = "http://rubygems.org/gems/sarah"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 0
9
- version: 2.0.0
8
+ - 1
9
+ version: 2.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Katzung
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2014-03-31 00:00:00 -05:00
17
+ date: 2014-04-01 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies: []
20
20