aguids-publishable 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/controllers/publications_controller.rb +1 -0
- data/publishable.gemspec +3 -2
- data/test/rails_root/db/development.sqlite3 +0 -0
- metadata +3 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.4
|
data/publishable.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{publishable}
|
5
|
-
s.version = "0.1.
|
5
|
+
s.version = "0.1.4"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Felipe Doria"]
|
9
|
-
s.date = %q{2009-08-
|
9
|
+
s.date = %q{2009-08-07}
|
10
10
|
s.email = %q{felipe.doria@gmail.com}
|
11
11
|
s.extra_rdoc_files = [
|
12
12
|
"LICENSE",
|
@@ -43,6 +43,7 @@ Gem::Specification.new do |s|
|
|
43
43
|
"test/rails_root/config/initializers/session_store.rb",
|
44
44
|
"test/rails_root/config/locales/en.yml",
|
45
45
|
"test/rails_root/config/routes.rb",
|
46
|
+
"test/rails_root/db/development.sqlite3",
|
46
47
|
"test/rails_root/db/migrate/20090731062231_create_posts.rb",
|
47
48
|
"test/rails_root/db/migrate/20090731073912_create_published_posts.rb",
|
48
49
|
"test/rails_root/db/schema.rb",
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aguids-publishable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felipe Doria
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-08-
|
12
|
+
date: 2009-08-07 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -62,6 +62,7 @@ files:
|
|
62
62
|
- test/rails_root/config/initializers/session_store.rb
|
63
63
|
- test/rails_root/config/locales/en.yml
|
64
64
|
- test/rails_root/config/routes.rb
|
65
|
+
- test/rails_root/db/development.sqlite3
|
65
66
|
- test/rails_root/db/migrate/20090731062231_create_posts.rb
|
66
67
|
- test/rails_root/db/migrate/20090731073912_create_published_posts.rb
|
67
68
|
- test/rails_root/db/schema.rb
|