nota_nuc 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +17 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +48 -0
  5. data/README.md +41 -0
  6. data/Rakefile +5 -0
  7. data/db/Quarrier.rb +430 -0
  8. data/db/create_db_Penrhyn.rb +186 -0
  9. data/features/commands.feature +119 -0
  10. data/features/cucumber_LICENCE +22 -0
  11. data/features/offline.feature +65 -0
  12. data/features/passwords.feature +37 -0
  13. data/features/step_definitions/command_steps.rb +142 -0
  14. data/features/step_definitions/offline_steps.rb +211 -0
  15. data/features/step_definitions/password_steps.rb +45 -0
  16. data/images/arrowleft_image.png +0 -0
  17. data/images/arrowright_image.png +0 -0
  18. data/images/arrowright_imageone.png +0 -0
  19. data/images/arrowright_imagetwo.png +0 -0
  20. data/images/blue_light.png +0 -0
  21. data/images/error_symbol.png +0 -0
  22. data/images/gift_glow2.png +0 -0
  23. data/images/gift_nonglow2.png +0 -0
  24. data/images/gift_nonglow2_bottom.png +0 -0
  25. data/images/green_light.png +0 -0
  26. data/images/key_glow.png +0 -0
  27. data/images/key_nonglow.png +0 -0
  28. data/images/lock_image.png +0 -0
  29. data/images/new_slate_icon.png +0 -0
  30. data/images/pencil_glow image.png +0 -0
  31. data/images/pencil_glow_image_red.png +0 -0
  32. data/images/pencil_nonglow.png +0 -0
  33. data/images/red_light.png +0 -0
  34. data/images/settings_icon.png +0 -0
  35. data/images/typing_image.png +0 -0
  36. data/images/updating_image.png +0 -0
  37. data/images/yellow_light.png +0 -0
  38. data/lib/Billboard_module.rb +372 -0
  39. data/lib/Exercitus_romanorum.rb +572 -0
  40. data/lib/error_choose_a_slate.rb +20 -0
  41. data/lib/final_eye.rb +777 -0
  42. data/lib/nota_nuc.rb +5 -0
  43. data/lib/nota_nuc/version.rb +3 -0
  44. data/log/history.log +3 -0
  45. data/log/slate.log +3 -0
  46. data/nota_nuc.gemspec +36 -0
  47. metadata +196 -0
data/lib/nota_nuc.rb ADDED
@@ -0,0 +1,5 @@
1
+ require "nota_nuc/version"
2
+
3
+ module NotaNuc
4
+ # Your code goes here...
5
+ end
@@ -0,0 +1,3 @@
1
+ module NotaNuc
2
+ VERSION = "0.1.0"
3
+ end
data/log/history.log ADDED
@@ -0,0 +1,3 @@
1
+ .
2
+
3
+
data/log/slate.log ADDED
@@ -0,0 +1,3 @@
1
+ .
2
+
3
+
data/nota_nuc.gemspec ADDED
@@ -0,0 +1,36 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'nota_nuc/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "nota_nuc"
8
+ spec.version = NotaNuc::VERSION
9
+ spec.authors = ["Mark Focella"]
10
+ spec.email = ["m.focella@gmail.com"]
11
+ spec.description = %q{Slates is a simple notetaking application that makes use of its own command line.}
12
+ spec.summary = %q{Slates - A simple notetaking application}
13
+ spec.homepage = "https://www.bitbucket.org/mfocella/nota_nuc"
14
+ spec.license = "OSL3"
15
+
16
+ spec.files = `git ls-files`.split($/)
17
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
+ spec.require_paths = ["lib"]
20
+ spec.post_install_message = 'Thank you for installing! To use this application enter the db directory and run ruby create_db_Penrhyn.rb'
21
+
22
+ spec.add_development_dependency "bundler", "~> 1.3"
23
+ spec.add_development_dependency "rake"
24
+ spec.add_development_dependency "cucumber"
25
+ spec.add_development_dependency "minitest", "~>4.2"
26
+
27
+ spec.add_runtime_dependency "activerecord", "~>4.0.0"
28
+ spec.add_runtime_dependency "green_shoes", "~>1.1.374"
29
+ spec.add_runtime_dependency "sqlite3", "~>1.3.8"
30
+
31
+
32
+ end
33
+
34
+
35
+
36
+
metadata ADDED
@@ -0,0 +1,196 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nota_nuc
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Mark Focella
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-02-26 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '1.3'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: cucumber
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: minitest
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ~>
60
+ - !ruby/object:Gem::Version
61
+ version: '4.2'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ~>
67
+ - !ruby/object:Gem::Version
68
+ version: '4.2'
69
+ - !ruby/object:Gem::Dependency
70
+ name: activerecord
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ~>
74
+ - !ruby/object:Gem::Version
75
+ version: 4.0.0
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ~>
81
+ - !ruby/object:Gem::Version
82
+ version: 4.0.0
83
+ - !ruby/object:Gem::Dependency
84
+ name: green_shoes
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ~>
88
+ - !ruby/object:Gem::Version
89
+ version: 1.1.374
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ~>
95
+ - !ruby/object:Gem::Version
96
+ version: 1.1.374
97
+ - !ruby/object:Gem::Dependency
98
+ name: sqlite3
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ~>
102
+ - !ruby/object:Gem::Version
103
+ version: 1.3.8
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ~>
109
+ - !ruby/object:Gem::Version
110
+ version: 1.3.8
111
+ description: Slates is a simple notetaking application that makes use of its own command
112
+ line.
113
+ email:
114
+ - m.focella@gmail.com
115
+ executables: []
116
+ extensions: []
117
+ extra_rdoc_files: []
118
+ files:
119
+ - .gitignore
120
+ - Gemfile
121
+ - LICENSE.txt
122
+ - README.md
123
+ - Rakefile
124
+ - db/Quarrier.rb
125
+ - db/create_db_Penrhyn.rb
126
+ - features/commands.feature
127
+ - features/cucumber_LICENCE
128
+ - features/offline.feature
129
+ - features/passwords.feature
130
+ - features/step_definitions/command_steps.rb
131
+ - features/step_definitions/offline_steps.rb
132
+ - features/step_definitions/password_steps.rb
133
+ - images/arrowleft_image.png
134
+ - images/arrowright_image.png
135
+ - images/arrowright_imageone.png
136
+ - images/arrowright_imagetwo.png
137
+ - images/blue_light.png
138
+ - images/error_symbol.png
139
+ - images/gift_glow2.png
140
+ - images/gift_nonglow2.png
141
+ - images/gift_nonglow2_bottom.png
142
+ - images/green_light.png
143
+ - images/key_glow.png
144
+ - images/key_nonglow.png
145
+ - images/lock_image.png
146
+ - images/new_slate_icon.png
147
+ - images/pencil_glow image.png
148
+ - images/pencil_glow_image_red.png
149
+ - images/pencil_nonglow.png
150
+ - images/red_light.png
151
+ - images/settings_icon.png
152
+ - images/typing_image.png
153
+ - images/updating_image.png
154
+ - images/yellow_light.png
155
+ - lib/Billboard_module.rb
156
+ - lib/Exercitus_romanorum.rb
157
+ - lib/error_choose_a_slate.rb
158
+ - lib/final_eye.rb
159
+ - lib/nota_nuc.rb
160
+ - lib/nota_nuc/version.rb
161
+ - log/history.log
162
+ - log/slate.log
163
+ - nota_nuc.gemspec
164
+ homepage: https://www.bitbucket.org/mfocella/nota_nuc
165
+ licenses:
166
+ - OSL3
167
+ metadata: {}
168
+ post_install_message: Thank you for installing! To use this application enter the
169
+ db directory and run ruby create_db_Penrhyn.rb
170
+ rdoc_options: []
171
+ require_paths:
172
+ - lib
173
+ required_ruby_version: !ruby/object:Gem::Requirement
174
+ requirements:
175
+ - - '>='
176
+ - !ruby/object:Gem::Version
177
+ version: '0'
178
+ required_rubygems_version: !ruby/object:Gem::Requirement
179
+ requirements:
180
+ - - '>='
181
+ - !ruby/object:Gem::Version
182
+ version: '0'
183
+ requirements: []
184
+ rubyforge_project:
185
+ rubygems_version: 2.0.3
186
+ signing_key:
187
+ specification_version: 4
188
+ summary: Slates - A simple notetaking application
189
+ test_files:
190
+ - features/commands.feature
191
+ - features/cucumber_LICENCE
192
+ - features/offline.feature
193
+ - features/passwords.feature
194
+ - features/step_definitions/command_steps.rb
195
+ - features/step_definitions/offline_steps.rb
196
+ - features/step_definitions/password_steps.rb