genpasswd 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6da56ef5153388dba66649da27d31df95187f1c77855be2244f6d5746657c35c
4
- data.tar.gz: c9edd67e78ae328e4f41ca65cc1356f662960fd468dc246c27fba7d2df7d1d9b
3
+ metadata.gz: fa4f8f5d57f673825784fe0b3396d74dfcbfb69cf785bab3db9b55078a465b36
4
+ data.tar.gz: ad04022305964bfbcc0772b164396e58cff333f1a0651fef24c286eb69f3f4f7
5
5
  SHA512:
6
- metadata.gz: c8b3b2728d7f8d233251fa087b551224dcc5b8a587a1dfc4e05704bae5b11b0f8a34bce7fc0f9b0c2a985059a556609782f8ee590badce99b09171ccf8b6a4d6
7
- data.tar.gz: f24dc30d9196daed3a9fff902bcf857073222491555ec7ccf4734591b416fe1a98e9b4f7c53284d773c0de88d4c1c69c8b602d2464f3c2dacf3b87bf7a09ebc0
6
+ metadata.gz: 23769c39808a0d3a32c1c416bcf268b60121b77b5e0264ea071fca7f2f2c8bf0f0092d8f374df3b646d181b68f72212854a0e52ba2440b409c50a2004736ec47
7
+ data.tar.gz: 617e5d3a45a5c2bab8532e22bc35b093d66aae8007f623ff71ff3ab090870a39d857ef528b73c66673126b817e6e4a79bc62e020d44c51e0e0b5da893260b387
data/README.md CHANGED
@@ -1,39 +1,9 @@
1
1
  # Genpasswd
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/genpasswd`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Generates iOS style strong password suggested by safari
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ ## Install
6
6
 
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'genpasswd'
13
7
  ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install genpasswd
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/genpasswd.
36
-
37
- ## License
38
-
39
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
8
+ gem install genpasswd
9
+ ```
@@ -1,3 +1,3 @@
1
1
  module Genpasswd
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: genpasswd
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
  - everdrone
@@ -64,7 +64,6 @@ files:
64
64
  - ".travis.yml"
65
65
  - Gemfile
66
66
  - Gemfile.lock
67
- - LICENSE.txt
68
67
  - README.md
69
68
  - Rakefile
70
69
  - bin/console
@@ -73,6 +72,7 @@ files:
73
72
  - genpasswd.gemspec
74
73
  - lib/genpasswd.rb
75
74
  - lib/genpasswd/version.rb
75
+ - license
76
76
  homepage: https://github.com/everdrone/genpasswd
77
77
  licenses:
78
78
  - MIT