sinatra-generate 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
  SHA1:
3
- metadata.gz: b1b271a7beef0e260b327f996389cfbc9f621103
4
- data.tar.gz: 037bd70b76d932c42f4176f4260ebafa04b48071
3
+ metadata.gz: dd51d076a30d0080b21d2450f878564ef3a16161
4
+ data.tar.gz: 6f4afeaa354f177cfc6309b2f3b0691b2e22c8da
5
5
  SHA512:
6
- metadata.gz: c35d84c0ea5f4b74e9edef1616279b58dc73c6b321c4cf6897e1fd1925dd3ca35e0eb11d9c051e0c9489d80d6c5bebe4c39ba300dc3fed0b1487733102cb1ff0
7
- data.tar.gz: 91fb2095e09f8a8ff5e6ec99e3fdd91941540d1b639da8cc107558fa6888fe198f208310a6aaa5d93ca10cf4a1e477d3b346c4445831dfeb585895e41d5ffc72
6
+ metadata.gz: 3c932ab13469a6fabad37124b5edc03407f607baaa92a5b3e3020e2a831c5154608ce630abffdfaf8d1024abd7a86fb595bd211d0e497cb46925feaea402adda
7
+ data.tar.gz: 8fc1d56e52fe373139ccd2915bbb70dbd2187bf1f7a7786aa86a1e9bb16a7182ef98f8a2fc7405014a3dddd35255b9c6f814e05f67bb37116be90a30358c1b2c
File without changes
@@ -1,5 +1,5 @@
1
1
  module Sinatra
2
2
  module Generate
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-generate
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
  - Habib Alamin
@@ -98,7 +98,7 @@ description:
98
98
  email:
99
99
  - ha.alamin@gmail.com
100
100
  executables:
101
- - sinatrag.rb
101
+ - sinatrag
102
102
  extensions: []
103
103
  extra_rdoc_files: []
104
104
  files:
@@ -110,7 +110,7 @@ files:
110
110
  - README.md
111
111
  - Rakefile
112
112
  - bin/console
113
- - exe/sinatrag.rb
113
+ - exe/sinatrag
114
114
  - lib/sinatra/generate.rb
115
115
  - lib/sinatra/generate/version.rb
116
116
  - sinatra-generate.gemspec