toy-locomotive 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,4 +1,6 @@
1
+ pkg/*
1
2
  *.gem
2
3
  .bundle
3
- Gemfile.lock
4
- pkg/*
4
+ *.swp
5
+ *.swo
6
+ *.sqlite3
data/Gemfile.lock ADDED
@@ -0,0 +1,114 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ toy-locomotive (0.0.1)
5
+ rails
6
+
7
+ GEM
8
+ remote: http://rubygems.org/
9
+ specs:
10
+ actionmailer (3.2.3)
11
+ actionpack (= 3.2.3)
12
+ mail (~> 2.4.4)
13
+ actionpack (3.2.3)
14
+ activemodel (= 3.2.3)
15
+ activesupport (= 3.2.3)
16
+ builder (~> 3.0.0)
17
+ erubis (~> 2.7.0)
18
+ journey (~> 1.0.1)
19
+ rack (~> 1.4.0)
20
+ rack-cache (~> 1.2)
21
+ rack-test (~> 0.6.1)
22
+ sprockets (~> 2.1.2)
23
+ activemodel (3.2.3)
24
+ activesupport (= 3.2.3)
25
+ builder (~> 3.0.0)
26
+ activerecord (3.2.3)
27
+ activemodel (= 3.2.3)
28
+ activesupport (= 3.2.3)
29
+ arel (~> 3.0.2)
30
+ tzinfo (~> 0.3.29)
31
+ activeresource (3.2.3)
32
+ activemodel (= 3.2.3)
33
+ activesupport (= 3.2.3)
34
+ activesupport (3.2.3)
35
+ i18n (~> 0.6)
36
+ multi_json (~> 1.0)
37
+ arel (3.0.2)
38
+ builder (3.0.0)
39
+ diff-lcs (1.1.3)
40
+ erubis (2.7.0)
41
+ hike (1.2.1)
42
+ i18n (0.6.0)
43
+ journey (1.0.3)
44
+ json (1.7.0)
45
+ mail (2.4.4)
46
+ i18n (>= 0.4.0)
47
+ mime-types (~> 1.16)
48
+ treetop (~> 1.4.8)
49
+ mime-types (1.18)
50
+ multi_json (1.3.4)
51
+ polyglot (0.3.3)
52
+ rack (1.4.1)
53
+ rack-cache (1.2)
54
+ rack (>= 0.4)
55
+ rack-ssl (1.3.2)
56
+ rack
57
+ rack-test (0.6.1)
58
+ rack (>= 1.0)
59
+ rails (3.2.3)
60
+ actionmailer (= 3.2.3)
61
+ actionpack (= 3.2.3)
62
+ activerecord (= 3.2.3)
63
+ activeresource (= 3.2.3)
64
+ activesupport (= 3.2.3)
65
+ bundler (~> 1.0)
66
+ railties (= 3.2.3)
67
+ railties (3.2.3)
68
+ actionpack (= 3.2.3)
69
+ activesupport (= 3.2.3)
70
+ rack-ssl (~> 1.3.2)
71
+ rake (>= 0.8.7)
72
+ rdoc (~> 3.4)
73
+ thor (~> 0.14.6)
74
+ rake (0.9.2.2)
75
+ rdoc (3.12)
76
+ json (~> 1.4)
77
+ rspec (2.9.0)
78
+ rspec-core (~> 2.9.0)
79
+ rspec-expectations (~> 2.9.0)
80
+ rspec-mocks (~> 2.9.0)
81
+ rspec-core (2.9.0)
82
+ rspec-expectations (2.9.1)
83
+ diff-lcs (~> 1.1.3)
84
+ rspec-mocks (2.9.0)
85
+ rspec-rails (2.9.0)
86
+ actionpack (>= 3.0)
87
+ activesupport (>= 3.0)
88
+ railties (>= 3.0)
89
+ rspec (~> 2.9.0)
90
+ shoulda (3.0.1)
91
+ shoulda-context (~> 1.0.0)
92
+ shoulda-matchers (~> 1.0.0)
93
+ shoulda-context (1.0.0)
94
+ shoulda-matchers (1.0.0)
95
+ sprockets (2.1.3)
96
+ hike (~> 1.2)
97
+ rack (~> 1.0)
98
+ tilt (~> 1.1, != 1.3.0)
99
+ sqlite3 (1.3.6-x86-mingw32)
100
+ thor (0.14.6)
101
+ tilt (1.3.3)
102
+ treetop (1.4.10)
103
+ polyglot
104
+ polyglot (>= 0.3.1)
105
+ tzinfo (0.3.33)
106
+
107
+ PLATFORMS
108
+ x86-mingw32
109
+
110
+ DEPENDENCIES
111
+ rspec-rails
112
+ shoulda
113
+ sqlite3
114
+ toy-locomotive!
@@ -1,3 +1,3 @@
1
1
  module ToyLocomotive
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/readme ADDED
@@ -0,0 +1,15 @@
1
+ TOY LOCOMOTIVE?!
2
+ ================
3
+
4
+ Toy locomotive is a gem that runs over Rails....but Why?
5
+
6
+ TO-DO
7
+ =====
8
+
9
+ * Better Documentation
10
+ * Add models like data_mapper
11
+ * Add a generator
12
+ * Simplify folder structure
13
+ * Block for extra routes
14
+ * Basic crud
15
+ * Lots more to make rails as simple as sinatra
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toy-locomotive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-04 00:00:00.000000000 Z
12
+ date: 2012-05-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &22779288 !ruby/object:Gem::Requirement
16
+ requirement: &26691096 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *22779288
24
+ version_requirements: *26691096
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec-rails
27
- requirement: &22778760 !ruby/object:Gem::Requirement
27
+ requirement: &26690760 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *22778760
35
+ version_requirements: *26690760
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: sqlite3
38
- requirement: &22778280 !ruby/object:Gem::Requirement
38
+ requirement: &26690316 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *22778280
46
+ version_requirements: *26690316
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: shoulda
49
- requirement: &22777812 !ruby/object:Gem::Requirement
49
+ requirement: &26689824 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *22777812
57
+ version_requirements: *26689824
58
58
  description: a Different aproach to Rails applications
59
59
  email:
60
60
  - mortaro@towsta.com
@@ -64,15 +64,14 @@ extra_rdoc_files: []
64
64
  files:
65
65
  - .gitignore
66
66
  - Gemfile
67
+ - Gemfile.lock
67
68
  - Rakefile
68
69
  - lib/toy-locomotive.rb
69
- - lib/toy-locomotive/.initializer.rb.swp
70
70
  - lib/toy-locomotive/initializer.rb
71
- - lib/toy-locomotive/router/.controller.rb.swp
72
- - lib/toy-locomotive/router/.model.rb.swp
73
71
  - lib/toy-locomotive/router/controller.rb
74
72
  - lib/toy-locomotive/router/model.rb
75
73
  - lib/toy-locomotive/version.rb
74
+ - readme
76
75
  - spec/lib/router_controller_spec.rb
77
76
  - spec/lib/router_model_spec.rb
78
77
  - spec/lib/toy_locomotive_spec.rb
Binary file