rials 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +5 -0
- data/lib/rials/version.rb +1 -1
- data/rials.gemspec +1 -1
- metadata +5 -4
data/README.md
ADDED
data/lib/rials/version.rb
CHANGED
data/rials.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.authors = ['(O_o)k']
|
|
9
9
|
s.email = ['itsallokay@googlegroups.com']
|
|
10
10
|
s.homepage = "http://rubygems.org/gems/rials"
|
|
11
|
-
s.summary = "
|
|
11
|
+
s.summary = "Full-stack web application framework."
|
|
12
12
|
s.description = "Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration."
|
|
13
13
|
|
|
14
14
|
s.required_rubygems_version = ">= 1.3.6"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rials
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 3.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 3.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- (O_o)k
|
|
@@ -46,6 +46,7 @@ extra_rdoc_files: []
|
|
|
46
46
|
files:
|
|
47
47
|
- .gitignore
|
|
48
48
|
- Gemfile
|
|
49
|
+
- README.md
|
|
49
50
|
- Rakefile
|
|
50
51
|
- bin/rails
|
|
51
52
|
- lib/data/movie0000000001.jpg
|
|
@@ -620,6 +621,6 @@ rubyforge_project: rials
|
|
|
620
621
|
rubygems_version: 1.3.7
|
|
621
622
|
signing_key:
|
|
622
623
|
specification_version: 3
|
|
623
|
-
summary:
|
|
624
|
+
summary: Full-stack web application framework.
|
|
624
625
|
test_files: []
|
|
625
626
|
|