in_memory_enumeration 0.2.0 → 0.3.0

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 (2) hide show
  1. data/README.markdown +1 -1
  2. metadata +2 -2
@@ -31,7 +31,7 @@ Below is a sample Gemfile used to create and test this gem.
31
31
  ## MIT License
32
32
 
33
33
  Copyright (c) 2010 Pivotal Labs (www.pivotallabs.com)
34
- Contact email: amilligan@pivotallabs.com
34
+ Contact email: info@pivotallabs.com
35
35
 
36
36
  Permission is hereby granted, free of charge, to any person
37
37
  obtaining a copy of this software and associated documentation
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 2
7
+ - 3
8
8
  - 0
9
- version: 0.2.0
9
+ version: 0.3.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pivotal Labs