gennaro 0.3.1 → 0.3.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: 242e1e43fb65b62caf646376ce9a366470400ce8
4
- data.tar.gz: 726d907be80e0ffbeb1d3d0bcb67d7f18131a35a
3
+ metadata.gz: 8fa54f044221ea0cd5dac9a02f18d8c5042b547c
4
+ data.tar.gz: e1ad1f09ab1f55a14bec6e61edaf9707f718165f
5
5
  SHA512:
6
- metadata.gz: b45a8c697352cf62b0ee9cbbe07b64a2ac4c909cf7459e44dee67c44122d9089234dd8b01a5fbb626b8396fcb825ac08c133afbefa1b68c190835a81b4b365a0
7
- data.tar.gz: a405c59ec70bf7988c2c37263e693b5f638a67a2f12219306eefb2ad82326d44e5739921bd4a34a1483683d692733dacde1feb424d368874a8c597e601c34881
6
+ metadata.gz: d314b58167bd5320fbfb5e46241bd5e547f07d08b44620c79f3417e29f4e45091896d3a1c3e6a99e2ed02f7ac8bfe4c9649c271432eaf21dab425ebf98874514
7
+ data.tar.gz: 0e987c997b3784438203c5a983b2dce4d6b06bdd3fbd16bd79bc995cc53974054134e9747d2bbd9f9ed5076a0053685b99eb5d52b6352a9bb945d9a4e97594e4
@@ -10,6 +10,6 @@
10
10
 
11
11
  class Gennaro
12
12
  def self.version
13
- '0.3.1'
13
+ '0.3.1.1'
14
14
  end
15
15
  end
@@ -1,5 +1,5 @@
1
1
  require 'bundler'
2
2
  Bundler.require
3
3
 
4
- require './example'
4
+ require './${AppName}'
5
5
  run ${ClassName}
@@ -60,14 +60,4 @@ describe 'App' do
60
60
 
61
61
  User.login(username, new_password).should be_true
62
62
  end
63
-
64
- it 'set a new password' do
65
- username = 'Gennaro'
66
- curr_password = 'sonounnuovobullo!'
67
- password = 'sonopropriounbullo!'
68
-
69
- User.login(username, curr_password).should be_true
70
- User.new_password(username, curr_password, password).should be_true
71
- User.login(username, password).should be_true
72
- end
73
63
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gennaro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Capuano