wxrcg 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/.gitignore +2 -0
  2. data/README.md +27 -4
  3. data/Rakefile +1 -1
  4. data/VERSION +1 -1
  5. metadata +5 -3
data/.gitignore CHANGED
@@ -1 +1,3 @@
1
1
  *.log
2
+ *.gemspec
3
+ pkg
data/README.md CHANGED
@@ -34,16 +34,39 @@ REQUIREMENTS
34
34
 
35
35
  * ruby 1.9
36
36
  * rubygems
37
- * wxruby 2.0
37
+ * wxruby-ruby19 2.0
38
+ * SQLITE3
38
39
  * activerecord
39
- * activesupport
40
+ * gemcutter
40
41
 
41
42
  INSTALLATION
42
43
  ============
43
44
 
44
- Once the above are installed, installation is as simple as git clone 'git://codaset.com/nevynxxx/wxrcg.git'
45
+ UNIX
46
+ ----
45
47
 
46
- cd to the bin/ directory and run the component you want with 'ruby <component>.rb'
48
+ Once ruby and rubygems are installed, the process is simple.
49
+
50
+ `sudo gem install gemcutter`
51
+
52
+ `sudo gem tumble`
53
+
54
+ `sudo gem install wxruby-ruby19 sqlite3-ruby activerecord wxrcg`
55
+
56
+ WINDOWS
57
+ -------
58
+
59
+ The easiest way to get ruby 1.9 on windows is to go to [the wxRuby download site](http://rubyforge.org/frs/?group_id=35) and down load the latest version with "-setup.exe" in the name. This will install ruby, rubygems, and wxruby, adding the command to the path. Then from a cmd prompt run:
60
+
61
+ `gem update --system`
62
+
63
+ `gem update`
64
+
65
+ `gem install sqlite3-ruby activerecord wxrcg`
66
+
67
+ RUNNING
68
+ -------
69
+ Running the apps is as simple as typing the component name from a command prompt/shell.
47
70
 
48
71
  COMPONENTS
49
72
  ==========
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ begin
14
14
  Jeweler::Tasks.new do |gemspec|
15
15
  gemspec.name = "wxrcg"
16
16
  gemspec.summary = "Some basic tools for helping DMs/players run PathfinderRPG games."
17
- gemspec.description = "Describe your gem"
17
+ gemspec.description = "Some basic tools for helping DMs/players run PathfinderRPG games.\nThis project uses trademarks and/or copyrights owned by Paizo Publishing, LLC, which are used under Paizo's Community Use Policy. We are expressly prohibited from charging you to use or access this content. This project is not published, endorsed, or specifically approved by Paizo Publishing. For more information about Paizo's Community Use Policy, please visit paizo.com/communityuse. For more information about Paizo Publishing and Paizo products, please visit paizo.com."
18
18
  gemspec.email = "nevyn@anferny.me.uk"
19
19
  gemspec.homepage = "http://codaset.com/nevynxxx/wxrcg#"
20
20
  gemspec.authors = ["Nevynxxx"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wxrcg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nevynxxx
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-14 00:00:00 +01:00
12
+ date: 2009-10-15 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -42,7 +42,9 @@ dependencies:
42
42
  - !ruby/object:Gem::Version
43
43
  version: 2.0.0
44
44
  version:
45
- description: Describe your gem
45
+ description: |-
46
+ Some basic tools for helping DMs/players run PathfinderRPG games.
47
+ This project uses trademarks and/or copyrights owned by Paizo Publishing, LLC, which are used under Paizo's Community Use Policy. We are expressly prohibited from charging you to use or access this content. This project is not published, endorsed, or specifically approved by Paizo Publishing. For more information about Paizo's Community Use Policy, please visit paizo.com/communityuse. For more information about Paizo Publishing and Paizo products, please visit paizo.com.
46
48
  email: nevyn@anferny.me.uk
47
49
  executables:
48
50
  - stats