format-stuff 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: 2636c4bf09df48307ddce8abcbd58d1e8ffc04c7
4
- data.tar.gz: 7f649db3dbc36025dfbf149f49513df991f7ec1f
3
+ metadata.gz: 30ff05d95cbb6ce1b407360bd65fbc191e1cf3a5
4
+ data.tar.gz: 3e94b15f103c157ec9e143e89c11dd704498d3a4
5
5
  SHA512:
6
- metadata.gz: 1fd90dfbdaa75c7a24c4c7f195c0e1ac93d4b80adff0597671ca7c97a640c29464fdb467118163953e2bc5f6eb4c45d6d45197dbd88a2df015d6fc28a428c241
7
- data.tar.gz: f96be03c116b87b11bbaf373e13234120db1c9cec388a302c5b432edfaf3ca32cca97ea8f43190669d81e318633a74fbe73959ebc50bb6778c386fbaa48ebb72
6
+ metadata.gz: 981ce74bd8e80c0340ad6248f1479bcaa825375f1b00e309aa8896a1b5a5b40cc9aa2ec120a262df81dc0fa9bb2203a2f22aae8aa4baa5c37df98c88a605fe3b
7
+ data.tar.gz: 2d7b03ed954fa6ee1bd350b55860daf70834527f934913a229af6167e2f5b8c80ee81766f2c781ccadedb0722f69914ab8fc794bde02b4187a5519e4d78058d1
File without changes
@@ -1,5 +1,5 @@
1
1
  module Format
2
2
  module Stuff
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: format-stuff
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
  - Christian Köstlin
@@ -55,7 +55,8 @@ dependencies:
55
55
  description: Formats your stuff.
56
56
  email:
57
57
  - christian.koestlin@gmail.com
58
- executables: []
58
+ executables:
59
+ - format-stuff
59
60
  extensions: []
60
61
  extra_rdoc_files: []
61
62
  files:
@@ -68,8 +69,8 @@ files:
68
69
  - README.md
69
70
  - Rakefile
70
71
  - bin/console
71
- - bin/format-stuff
72
72
  - bin/setup
73
+ - exe/format-stuff
73
74
  - format-stuff.gemspec
74
75
  - lib/format/stuff.rb
75
76
  - lib/format/stuff/version.rb