fakerize 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 300ff4f932e4249d9634bd0da73e14d3398af575f06d7a6406a5303f5208073b
4
- data.tar.gz: d2ca44d8cdb2705ce401c043258a624f523e1fb3f2c2a4542803e1c213640db7
3
+ metadata.gz: 90fd9771d567eb5b463c6b551fedb3f953fea107714cf6a8fb1b0526d2af427a
4
+ data.tar.gz: 9d7ed905c1a80fb3d0e7af9e64b48c5ac83012241370430c49ce67469022da2d
5
5
  SHA512:
6
- metadata.gz: 246440956775760a0901b2c9a40db374d275ee5c9a47678bdfe3d9e62bbbe00b94e0ed827eef449fbe2241bf7c7ad9c3f6807cf51d0656b67f262debf64aedef
7
- data.tar.gz: 626d5ff6aa980efe86d43578cbf9d1a7c2299726993a2e8330ddd37c0330f21b4b892bace7f9a51a1781e385ed8bb750c5b8c09cc9bd119cc6203f0987095929
6
+ metadata.gz: 290c7dcce6f5c9fc258a5da278f31b647cc2dc968433714090417945c690805319540acadf95951c15ecda107788825b5e61eb5b73e58945e7d123224d6c1e26
7
+ data.tar.gz: 851ff2ce10a2f4dad96a43e3602db5d110aa64d013b87548b066bc408dd2a3af46b678b860629c8f89d8efea4d1eaa54426c824b4c4a3a4f3f676d6561fae0f9
data/Gemfile.lock ADDED
@@ -0,0 +1,41 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ fakerize (0.1.0)
5
+ faker (~> 1.8)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ concurrent-ruby (1.0.5)
11
+ diff-lcs (1.3)
12
+ faker (1.8.7)
13
+ i18n (>= 0.7)
14
+ i18n (1.0.0)
15
+ concurrent-ruby (~> 1.0)
16
+ rake (10.5.0)
17
+ rspec (3.7.0)
18
+ rspec-core (~> 3.7.0)
19
+ rspec-expectations (~> 3.7.0)
20
+ rspec-mocks (~> 3.7.0)
21
+ rspec-core (3.7.1)
22
+ rspec-support (~> 3.7.0)
23
+ rspec-expectations (3.7.0)
24
+ diff-lcs (>= 1.2.0, < 2.0)
25
+ rspec-support (~> 3.7.0)
26
+ rspec-mocks (3.7.0)
27
+ diff-lcs (>= 1.2.0, < 2.0)
28
+ rspec-support (~> 3.7.0)
29
+ rspec-support (3.7.1)
30
+
31
+ PLATFORMS
32
+ ruby
33
+
34
+ DEPENDENCIES
35
+ bundler (~> 1.16)
36
+ fakerize!
37
+ rake (~> 10.0)
38
+ rspec (~> 3.0)
39
+
40
+ BUNDLED WITH
41
+ 1.16.1
data/README.md CHANGED
@@ -58,7 +58,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
58
58
 
59
59
  ## Contributing
60
60
 
61
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/fakerize. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
61
+ Bug reports and pull requests are welcome on GitHub at https://github.com/kollegorna/fakerize. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
62
62
 
63
63
  ## License
64
64
 
@@ -1,3 +1,3 @@
1
1
  module Fakerize
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fakerize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Novosad
@@ -78,6 +78,7 @@ files:
78
78
  - ".travis.yml"
79
79
  - CODE_OF_CONDUCT.md
80
80
  - Gemfile
81
+ - Gemfile.lock
81
82
  - LICENSE.txt
82
83
  - README.md
83
84
  - Rakefile