studi-budi 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -1,8 +1,15 @@
1
1
  = studi-budi
2
2
 
3
- Studi Budi allows you to create and save collections of "flash cards".
3
+ Studi Budi allows you to create, save, and review collections of "flash cards".
4
4
 
5
- Once one of your collections has some cards in it, you can practice with them. Studi Budi will randomly cycle through the cards in your chosen collection and quiz you on them. When you're finished, it will tell you how many you got correct and how many you got wrong.
5
+ You'll first be asked if you'd like to create a new collection or load a previously saved collection.
6
+
7
+ Once you create or load a collection, you'll have a choice to add new flash cards or review the ones already in the collection.
8
+
9
+ Studi Budi will randomly cycle through the cards in your chosen collection and quiz you on them. When you're finished, it will tell you how many you got correct and how many you got wrong.
10
+
11
+ Thanks for using Studi Budi! :D
12
+ (I hope it'll actually be good one day!)
6
13
 
7
14
  == Contributing to studi-budi
8
15
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -1,13 +1,28 @@
1
1
  require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
2
2
 
3
3
  describe "StudiBudi" do
4
- it "fails" do
5
- fail "hey buddy, you should probably rename this file and start specing for real"
4
+ # it "fails" do
5
+ # fail "hey buddy, you should probably rename this file and start specing for real"
6
+ # end
7
+ before do
8
+ @study_helper = StudiBudi.new
6
9
  end
7
10
 
11
+ it "should get the user's input" do
12
+ @study_helper.stub!(:gets) {"phrase"} # @study_helper.action.should eq
13
+ end
8
14
 
9
15
 
10
16
  # "if I make a card collection called 'Potatos'" do
11
17
  # adfld.@collection_name should_eq "Potatos"
12
18
  # end
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
13
28
  end
data/studi-budi.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "studi-budi"
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Sol W"]
12
- s.date = "2012-12-11"
12
+ s.date = "2012-12-12"
13
13
  s.description = "Allows you to create sets of flash cards and review them"
14
14
  s.email = "capnsol@gmail.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: studi-budi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-11 00:00:00.000000000 Z
12
+ date: 2012-12-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -95,7 +95,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  segments:
97
97
  - 0
98
- hash: 2348294695917239610
98
+ hash: -3205410569868199299
99
99
  required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  none: false
101
101
  requirements: