mobile_on_rails 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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e2854497a208f614144698e8676a783626ee5dc
4
- data.tar.gz: a7a650a6a625af0f36430b3a133666b1db12beab
3
+ metadata.gz: b5bf06d1282fbdaa7b8f515033d54ed4b6312575
4
+ data.tar.gz: ed3d9c37895af4b3523af0e1399927fea71a3140
5
5
  SHA512:
6
- metadata.gz: 15d91a30c94d709318b728b2d1fa2911effc8901d4ffd1a63fdd9f1bfd280b3bc2971153c53edcd8f02448e7637691f8bad0e56d00491831326ec6a61ff4c3b1
7
- data.tar.gz: 2470c314dfd6ed2725fe8839365ff43119af90b98bccc770ba594deaa5f76f4175454a33ba3f440c23e82713725745d312c4dd1f44dd04c8b434468640f6d567
6
+ metadata.gz: db100807f17341ec431f61b6a8b955ea52a1045424270282ac86ba0edd042bddbaafdd319cbf92a55b0a14e47abc8c4d828aad48ac8e5cb0dab5e35c55ff2853
7
+ data.tar.gz: b6c52fd82ee5a42d54aa92d4644503e64178f92b2a012fc3c0263045ed4d32af352f3791cbda7bcd07feb1830baa3bd3fd101e81248172bf8fd60155fb3ffbe9
@@ -160,6 +160,9 @@ end')}
160
160
  params.require(:user).permit(:email, :password, :password_confirmation)
161
161
  end
162
162
  end')}
163
+ puts "Files created! Remember to run rake:db migrate to create your"
164
+ puts "database tables, and add BCrypt to your Gemfile (it should be"
165
+ puts "there already, just commented out) and run 'bundle install'."
163
166
  end
164
167
  end
165
168
 
@@ -1,3 +1,3 @@
1
1
  module MobileOnRails
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: mobile_on_rails
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
  - Tyler Standridge