vyapari 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
  SHA1:
3
- metadata.gz: da218da53569de87da0a9b0c55dacdf25d2bbc70
4
- data.tar.gz: 31b85dcfba5486a6aaab46572c30e470a26e3f06
3
+ metadata.gz: 56ef852bc04af295ca015cf8d7356c3a5ab8fdc2
4
+ data.tar.gz: 372c61fcaa71b9d25a5d26ae08e7854460ee88fc
5
5
  SHA512:
6
- metadata.gz: 9a64c3922a42bad1aa34bca312761afe95a1738245c351e25accc5d7a7b86e53ed0b25d53bfd3bd685cd160e7d76342312a338f5fabdc38dec83d82e5745c639
7
- data.tar.gz: c1cbd25d90287b049a4bd0611fece2c941d4a75f71c149c94c2b7960285f266c99992ba74e65bc1760a123104c9c38b02a60682e40ed9755af41da61257cc328
6
+ metadata.gz: 9f9eeeafb1dffb32a63130d02ff9010283b303d6ec4e620874d020fc0158dd896c3c7d6f5c7c869856b1126d74752f9e4520392c4d5d8588e2fea8fa6978082c
7
+ data.tar.gz: 5685d15e3d8b5c60f156e10a0b01c42a97fbf7a6bf7eb5f5260913f330f726d0f153e5854c6fdad52932a6eaf8f56468b2973bd0d7d75077da7f76dc375a64d0
@@ -1,3 +1,3 @@
1
1
  module Vyapari
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: vyapari
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
  - kpvarma
@@ -90,28 +90,28 @@ dependencies:
90
90
  requirements:
91
91
  - - "~>"
92
92
  - !ruby/object:Gem::Version
93
- version: 0.1.1
93
+ version: 0.1.2
94
94
  type: :runtime
95
95
  prerelease: false
96
96
  version_requirements: !ruby/object:Gem::Requirement
97
97
  requirements:
98
98
  - - "~>"
99
99
  - !ruby/object:Gem::Version
100
- version: 0.1.1
100
+ version: 0.1.2
101
101
  - !ruby/object:Gem::Dependency
102
102
  name: usman
103
103
  requirement: !ruby/object:Gem::Requirement
104
104
  requirements:
105
105
  - - "~>"
106
106
  - !ruby/object:Gem::Version
107
- version: 0.1.1
107
+ version: 0.1.2
108
108
  type: :runtime
109
109
  prerelease: false
110
110
  version_requirements: !ruby/object:Gem::Requirement
111
111
  requirements:
112
112
  - - "~>"
113
113
  - !ruby/object:Gem::Version
114
- version: 0.1.1
114
+ version: 0.1.2
115
115
  - !ruby/object:Gem::Dependency
116
116
  name: bcrypt
117
117
  requirement: !ruby/object:Gem::Requirement
@@ -320,8 +320,6 @@ files:
320
320
  - README.md
321
321
  - Rakefile
322
322
  - app/assets/config/vyapari_manifest.js
323
- - app/assets/javascripts/vyapari/application.js
324
- - app/assets/stylesheets/vyapari/application.css
325
323
  - app/controllers/vyapari/admin/base_controller.rb
326
324
  - app/controllers/vyapari/admin/countries_controller.rb
327
325
  - app/controllers/vyapari/admin/dashboard_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. JavaScript code in this file should be added after the last require_* statement.
9
- //
10
- // Read Sprockets README (https://github.com/rails/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 other CSS/SCSS
10
- * files in this directory. Styles in this file should be added after the last require_* statement.
11
- * It is generally better to create a new file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */