btelles-faker 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/.gitignore +3 -0
  2. data/VERSION +1 -1
  3. data/faker.gemspec +3 -2
  4. metadata +2 -1
data/.gitignore ADDED
@@ -0,0 +1,3 @@
1
+ *~
2
+ .project
3
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
data/faker.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{faker}
5
- s.version = "0.3.1"
5
+ s.version = "0.3.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Bernie Telles"]
@@ -14,7 +14,8 @@ Gem::Specification.new do |s|
14
14
  "README.rdoc"
15
15
  ]
16
16
  s.files = [
17
- "History.txt",
17
+ ".gitignore",
18
+ "History.txt",
18
19
  "LICENSE",
19
20
  "License.txt",
20
21
  "README.rdoc",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: btelles-faker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bernie Telles
@@ -23,6 +23,7 @@ extra_rdoc_files:
23
23
  - LICENSE
24
24
  - README.rdoc
25
25
  files:
26
+ - .gitignore
26
27
  - History.txt
27
28
  - LICENSE
28
29
  - License.txt