aadhar 0.0.5 → 0.0.6

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZWQxNWIzZTkyZTU5OTYzNDcxMDkxMmQwY2NlOGMyZjhhODQ3Mzg0MA==
4
+ YTQ5N2Y3NTMzZTE0MDU0ZjZjNjQzOGUxZDViYTRjMWRlZmIwMzNlMA==
5
5
  data.tar.gz: !binary |-
6
- MWIyNDA3NjAxMzdkMWZhOGI0YThmMTBhMTAwOTY3NmU4Y2ViMzUxOQ==
6
+ N2JhZTA0ZmQ4NWU2MWE1MGNhOWU2NDQ5ZTA2ZTM4ZjA5MTZkMWQyZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YTVkNWIwOWU4YTIzYjdmOThiYTUzZjVjNjBjZWQzN2VkZTgyMzYzYWJjMjgw
10
- MDUwMTViNDM3NTllYzY1MTAyMGMyNmJiYzczMDgyMTE2MTA3ZTU1NGM3ZTk1
11
- NzA1MGNjM2QzYjVlMjBkYWYyNjNmMTIwNmQ3MWMzNzA0NjlmMWI=
9
+ M2U0NWY3MDdlNmQxMTgwYjBmOWYwNjU1MmRlYmVjODQwMWYzYmM5ZWRhYTJi
10
+ MDM2NDI5ZWI1YmE3NTAxMWI0YmZlNGEyMTliNzFlM2Q2YjE1YTkzN2ZiN2Zl
11
+ ZmFjNGNhMzEyMTEyMzFjOGU1MmMxMjYwOGRhYTdmNTQzMzM1MDM=
12
12
  data.tar.gz: !binary |-
13
- NjdiMTJhYmU5MjQ0MDU0ZjBlYzc4MWFiZDY0NTMxMTAxNWRkZmFkMDVhNzZl
14
- ODU5MzYzYjkwMjE5NjEzZTc1MDQ3NTQ3Y2Q3NWFjM2NmOGZhYTE3M2JjNDJj
15
- ZDMwMDMxNjY4ZjdlNjIyMzBlYTc4N2IwMTk5OTgyZWU1YWIzYzA=
13
+ YTI2NGM5Njc2MjNjZTNhOGZkYTI4YWY1MGZkNWY5YzBlNzBlMGY5MGUyNDY1
14
+ M2Q1ODEzNzBkMmUyNjkxZjIzZjNiOGMwMTQ2NzIzNzI4YzhhM2U3NTQxOGQ1
15
+ NTczMTg2ODhiNDA3Mjc2MWEwN2ZiNjFkYzU2MDNmNDZlNGJmOTE=
@@ -1,3 +1,12 @@
1
1
  = Aadhar
2
2
 
3
- This project rocks and uses MIT-LICENSE.
3
+ {<img src="https://codeclimate.com/github/krunal/aadhar/badges/gpa.svg" />}[https://codeclimate.com/github/krunal/aadhar]
4
+
5
+ This project rocks and uses MIT-LICENSE.
6
+
7
+ gem 'aadhar'
8
+
9
+ rake aadhar:install:migrations
10
+
11
+ rake db:migrate
12
+
@@ -1,3 +1,3 @@
1
1
  module Aadhar
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aadhar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krunal
@@ -62,8 +62,6 @@ files:
62
62
  - MIT-LICENSE
63
63
  - README.rdoc
64
64
  - Rakefile
65
- - app/assets/javascripts/aadhar/application.js
66
- - app/assets/stylesheets/aadhar/application.css
67
65
  - app/controllers/aadhar/application_controller.rb
68
66
  - app/controllers/aadhar/passwords_controller.rb
69
67
  - app/controllers/aadhar/sessions_controller.rb
@@ -1,13 +0,0 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // compiled file.
9
- //
10
- // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
11
- // about supported directives.
12
- //
13
- //= require_tree .
@@ -1,15 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any styles
10
- * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
11
- * file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */