stack-rails 0.0.2 → 0.0.3

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: 17beb54c1179b68fd320b0108a975e970d96eca5
4
- data.tar.gz: 45fc2a9747f41110abdd4d89ead3d549fc36969a
3
+ metadata.gz: 54e680f5a41092986391c97638014aea7168e93d
4
+ data.tar.gz: b1804881f226645ba440b1b2fc01e539d52b1056
5
5
  SHA512:
6
- metadata.gz: 6f4ffacfa4e2b0db94d3ba394dd373137b568d0c3f48699b54e53a7162743dda9d8d5caf53b8c682604e044adab1a05e5ac056ba4795d443cf8e3a9c7ce7c248
7
- data.tar.gz: c71f7433cd4e12b62beb5edea7675272dd12f8d1d26c4bee0d53d6767459c659cf5f2e8fdb0ace805ed5c69124b066ee71ba4d5bbc12758033a342d5fb9edb8a
6
+ metadata.gz: 58c700eb26842ab5bb9cf13cd4984ff20b9726b1abed2577c6d8ed38126a13d6e2af82fdfec4db48e6ef1096ec8df747d4fa2ade6fc02bdbb7af921a39d54538
7
+ data.tar.gz: 182e10d73763a64148a3f0d9b8f7b0d1b7bb54477ec8a4efff2891aa71d7c49732fbf705343df3a722161d299fde02b9436b4d906353dc1d04df0869982776a0
@@ -1,5 +1,5 @@
1
1
  module Stack
2
2
  module Rails
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stack-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - sashastip
@@ -53,9 +53,9 @@ files:
53
53
  - Rakefile
54
54
  - bin/console
55
55
  - bin/setup
56
- - lib/stack-rails.rb
57
56
  - lib/stack/rails.rb
58
57
  - lib/stack/rails/version.rb
58
+ - lib/stack_rails.rb
59
59
  - stack-rails.gemspec
60
60
  homepage: http://stack-rails.com
61
61
  licenses:
File without changes